logue-sdk
logue-sdk copied to clipboard
nTS1 mkii - Make unit_note_on() behaviour the same for both legato modes.
With firmware 1.2:
Currently in legato mode 1 we only get a single unit_note_on()
and multiple unit_note_off()
calls.
in legato mode 0 we only get multiple unit_note_on()
and multiple unit_note_off()
calls.
So if you actually want to make use of note ons and offs the only way is to have the user select legato mode 0, you cannot determine pitch from the note ons if you don't get them.
Wouldn't it be better if legato mode 1 worked the same as legato mode 0?