Hi All, Newbie Question but,
What exactly are MIDI ARGS/OSC ARGS? and what is contained in these?
MIDI_ARGS[0] = ???
MIDI_ARGS[1]= ???
OSC_ARGS[0]= ???
OSC_ARGS[1]= ??
Is there any way I can monitor the incoming or outgoing values from these?
No explanation in the documentation, and I wish to fully understand how they work to learn this amazing program.
Any help would be greatly appreciated!
What exactly are MIDI ARGS/OSC ARGS?
What exactly are MIDI ARGS/OSC ARGS?
--Beatbox Loop Artist--
2 x KP3+, RC-505, Behringer FCB1010, Turnado, Looperator, The Mouth,The Finger, Lemur, i5 Mid-2012 Macbook Pro
2 x KP3+, RC-505, Behringer FCB1010, Turnado, Looperator, The Mouth,The Finger, Lemur, i5 Mid-2012 Macbook Pro
Re: What exactly are MIDI ARGS/OSC ARGS?
From when I understand, ARGS contain the incoming data of either MIDI or OSC the bracket designates which part of the data is be referenced. So MIDI channel is [0] and then velocity is [1] or something like that. I'm not entirely sure.