Hello,
How do I Monitor incoming MIDI data, please ?
I tried it like this:
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
Monitoring MIDI Input?
Re: Monitoring MIDI Input?
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.
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?
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;
Then input in the monitor value field: MidiData
Then in your onMidi script go:
MidiData = MIDI_ARGS;