Hey
I’m a bit lost when it comes to the following commands.
Could you explain a bit more how to use them?
Maybe there are any good examples?
Thanks
AdhocCommand command name
Send a command to an ad hoc command listener
PatcherSend receiver message expression message expression...
Send a message (a value or a sequence of values) to a patcher
SendData data expression
Send data out of the macro player. May be used to command FX, ...
Parameter description:
data expression : A simple data or complex, as a number or a string.
NotifySignal signal name
Notify a signal, to the destination of any macro listening to it with WaitSignalNotification Parameter description:
signal name : Name of signal to wait for
WaitSignalNotification signal name
Wait until the given notification signal is received. It can be send with NotifySignal. Parameter description:
signal name : Name of signal to wait for