Help me understand MIDI_ARGS
Posted: 28 Feb 2013 20:24
I've been trying to figure out how best to work with MIDI_ARGS and sysex. It seemed like it should be pretty simple to recieve a sysex message and map that to say a fader for bi-directional control, but nearly everytime Lemur on my ipad starts receiving a 7 bit sysex message it crashes the app. is it because too much data is coming in? Do I need to filter MIDI_ARGS in some way? I made a file and basically declared the global variable p, created a script with p=MIDI_ARGS; as the only line, and then created a monitor object who's value is p[0,1,2,3,4,5,6], I've attached this simple file. I was going to use to pull data from my synths, but even being such a basic file, the app crashes just after getting the first 7bit sysex string. So it makes me think that I must be handling MIDI_ARGS wrong.