triggering QuickFX in BEYOND with midi or OSC?

Im not home at the moment so i can't try but something like this should probably work

WaitForMidi 0x90, -1, -1 //<- your midicommand to trigger the next line
SetFX 1, 1 //<- Layer: 1-4, Effect index: 1-100
 
thanks, dennisthemenance. Is that Pangoscript? I had guessed that using Pangoscript is the only way to do this kind of thing.


Im not home at the moment so i can't try but something like this should probably work

WaitForMidi 0x90, -1, -1 //<- your midicommand to trigger the next line
SetFX 1, 1 //<- Layer: 1-4, Effect index: 1-100
 
Hi Meeble,

We have a whole section of the forum dedicated to scripting. Some OSC-related things can be done without scripting, but I think the most advanced aspects of what can be done will certainly involved a script.

You can find the scripting portion of the forum here:
http://www.pangolin.com/forums/forumdisplay.php?f=22

Please post any questions you have about scripting or OSC. Bob is a real expert in this area!

Best regards,

William Benner
 
Back
Top