logue-sdk
logue-sdk copied to clipboard
NTS-1 mkII: Send NoteOff event to OSC units whenever a key is off
When the global parameter "Legato" is zero, NoteOn() is called for each key down. On the other hand, NoteOff() is called only when the last key is up. This causes an unmatch between the number of NoteOn and NoteOffs.
This is appropriate behavior for EGs but inappropriate for OSCs. I hope to send a NoteOff event for each key-up event so that we can implement a paraphonic oscillator.