Since I'll most probably gonna use this live, and play on a tiny midi keyboard it's important for me that it performs well live. Therefore I'd need a continuos monophonic mode. You know, when I press a key, it plays, then press a second key while key 1 remains pressed it plays the second note. THEN when key number 2 is released it should go back to playing key 1 that is still being pressed. (Instead of just going silent, having to repress key 1).
Playing live on small keyboards means a lot of mis-hits and double-presses and thus making the sound go silent by mistake in its current state.
This could potentially have two modes.
1- ReTrigger mode. A new Note-On is triggered each time. (Simple to implement without big changes in your system)
2- Legato mode. A new Note-On is only triggered after the continuos tone has been released properly. (Possible messes some things up, (multisamples?) but would be a beautiful option)
