Help me understand MIDI_ARGS
Help me understand MIDI_ARGS
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.
- Attachments
-
- SysexMonitor.jzml
- (1.25 KiB) Downloaded 65 times
-
- Liine Staff
- Posts: 285
- Joined: 01 Oct 2010 11:06
Re: Help me understand MIDI_ARGS
Check out the attached example.
Cheers,
Nicolas
Cheers,
Nicolas
- Attachments
-
- OnMIDI.zip
- (1.87 KiB) Downloaded 130 times