Home Forums Macros Examples or Docu?

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #7178
    Patrick KiznyPacocreative
    Participant

    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
Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.