Plugin events
<< Click to Display Table of Contents >> Navigation: Callbacks > Plugin events |
Usage (requires global variable associated with a plugin block):
On ParameterValueChanged(index : integer, value : double) from SomePlugin
// The parameter number and new value of the parameter
End