Thought I'd give scripteffect a wurl, and prototype a midi plugin I've been thinking about. I am attempting to detect Note off events, and have been unable to successfully get this to work, I've attached a picture of my test setup in EnergyXt.
It can pass through a note off midi message: plugin.send(sm,timeStamp);
but not detect if (command==javax.sound.midi.ShortMessage.NOTE_OFF)
Hi there,
Thought I'd give scripteffect a wurl, and prototype a midi plugin I've been thinking about. I am attempting to detect Note off events, and have been unable to successfully get this to work, I've attached a picture of my test setup in EnergyXt.
It can pass through a note off midi message:
plugin.send(sm,timeStamp);
but not detect
if (command==javax.sound.midi.ShortMessage.NOTE_OFF)
Any ideas?
bb