Home Forums Macros AudioEngine start/stop by macro

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #7160
    Patrick KiznyPacocreative
    Participant

    Hey Philippe,

    Is it possible to turn the engine on and off by macro ?

    Thank you!

    #7165
    Philippe OllivierPhilippe
    Keymaster

    Hi,
    There is no macro command to do this by you can use osc internal messages as a workaround :

    OSCSendMessage 0 "/audio_on 1"
    
    WaitUserAction
    
    OSCSendMessage 0 "/audio_on 0"

    Note that when you stop the audio engine, all the macro are stopped, so you can can’t put the “OSCSendMessage 0 “/audio_on 1” line after the WaitUserAction…

    Philippe

    #7171
    Patrick KiznyPacocreative
    Participant

    Thanks, helpful.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.