Hey. Let’s say a note is triggered with a note_on 1 1 48 127 event on OSC. The instrument is not set to mono and the sound is looping, so the note keeps playing until a note_off 1 1 48 event arrives.
Now, if my external source sends the same note_on 1 1 48 127 message N times, the same note will play N times. Then a note_off 1 1 48 event will stop all notes playing.
Is there a way to differenciate between the notes playing and target one specifically?
The only way to achieve this behavior is to vary the value index of the track (or instrument). That is, playing the same note on a different track. In this way, you will stop each note specifically, depending on the track where it is played.