Difference between revisions of "NVGate Macro"

Jump to navigation Jump to search
1 byte removed ,  10:53, 18 May 2020
Line 15: Line 15:
Our macro need to restart the recording as soon as it had been stopped. The macro need to loop as long as necessary, and the user must be able to stop the loop when needed. To do so, we will create a boolean parameter to control the loop. The loop will then iterate as long as this parameter is "True", and the user can change it to "False" to stop the loop and the Macro.<br>
Our macro need to restart the recording as soon as it had been stopped. The macro need to loop as long as necessary, and the user must be able to stop the loop when needed. To do so, we will create a boolean parameter to control the loop. The loop will then iterate as long as this parameter is "True", and the user can change it to "False" to stop the loop and the Macro.<br>


To create this parameter, right click on the name of the macro and select "Parameters":
To create this parameter, right click on the name of the macro and select "Properties":
[[Image:RightClick.png|framed|none]]
[[Image:RightClick.png|framed|none]]


Then click on "add":
Then click on Add":
[[Image:AddProp.png|framed|none]]
[[Image:AddProp.png|framed|none]]


Navigation menu