Page 1 of 1

Monitoring MIDI Input?

Posted: 09 May 2015 15:36
by AnSolas
Hello,
How do I Monitor incoming MIDI data, please ?

I tried it like this:
Image

Do I understand this correct, as far as a NoteOn is received by MIDI Port 5 the Monitor value should change to 1?
But it is not working, what am I missing please?

- Marc

Re: Monitoring MIDI Input?

Posted: 09 May 2015 15:46
by AnSolas
Ok I sorted it out myself !

Next thing is how to actually Monitor incoming MIDI Data?

I've read in the manual that the MIDI_ARGS Array contains the incoming MIDI Data, but how to actually use this?

Monitor.value = MIDI_ARGS[0]; does not work.

Re: Monitoring MIDI Input?

Posted: 12 May 2015 12:19
by Softcore
Weird, It should work.....Try adding a custom expression "MidiData".

Then input in the monitor value field: MidiData

Then in your onMidi script go:

MidiData = MIDI_ARGS;