Difference between revisions of "NVGate Macro"

Jump to navigation Jump to search
113 bytes added ,  10:53, 18 May 2020
Line 13: Line 13:
This will open the Macro editor :  
This will open the Macro editor :  


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.  
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":
[[Image:RightClick.png|framed|none]]
[[Image:RightClick.png|framed|none]]


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


Navigation menu