Page 1 of 1

What exactly are MIDI ARGS/OSC ARGS?

Posted: 01 Jun 2019 22:48
by ClarkyCat
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!

Re: What exactly are MIDI ARGS/OSC ARGS?

Posted: 21 Oct 2019 18:48
by jcblemur
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.