MIDI Target Manufacturer(s): Other/Unlisted Maker
I have been implementing functionality using the Input Rules for the StreamByter plugin. I get ERR using WHILE, MAT, and CAL, which are defined in the StreamByter manual. I tried setting up the following loop:
J1 = 10 #variable number is defined before loop, 10 used for test
WHILE J1 > 0
#do something J1 times
MAT J1 = J1 - 1
END
IF works but not WHILE
Neither MAT nor ASS work
Can the plugin do calculations? If so, how do I create a loop? If not, I should be able to use MidiFire. How do I connect the iPad MDP output to MidiFire so I can use StreamByter? I have a MacBook Pro. My iPad connects to the network. I need to process the output of MDP before it goes to the network. I am controlling the Hauptwerk VPO.
Is this a limitation of the plugin? If so, maybe you should consider updating the plugin.