Difference between revisions of "NVGate Macro"

Jump to navigation Jump to search
3 bytes added ,  17:59, 4 June 2020
m
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.<br>
Our macro needs to restart the recording as soon as it had been stopped. The macro needs 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 "Properties":
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]]
<br>
<br>
Then click on "Add", and define the Boolean parameter "EnableMacro" as follow:
Then click on "Add", and define the Boolean parameter "EnableMacro" as follows:
[[Image:AddProp.png|framed|none]]
[[Image:AddProp.png|framed|none]]


writer
240

edits

Navigation menu