logue-sdk icon indicating copy to clipboard operation
logue-sdk copied to clipboard

NTS-1 mkII: Send NoteOff event to OSC units whenever a key is off

Open boochow opened this issue 10 months ago • 0 comments

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.

boochow avatar Apr 20 '24 01:04 boochow