Is there a way to get the toggled note values
-
Can anyone tell me if there's a way to get the toggled note value from several different floating tile keyboards so that I can retrigger all toggled notes after an audio interrupt e.g. after changing samplemaps?
-
By toggled do you mean keys that are pressed? If so the answer is no. Won't all floating tile keyboards show the same notes pressed?
-
@d-healey said in Is there a way to get the toggled note values:
By toggled do you mean keys that are pressed? If so the answer is no. Won't all floating tile keyboards show the same notes pressed?
They're on different midi channels
-
@Tod-Slaughter Ah now I get it.
You could use a MIDI list for each channel to keep track of which notes have been turned on.
-
Make sure the benefits from doing this outweigh the possible issues (creating notes without matching note offs will result in hanging notes which is 100x more annoying than having to play the notes again after you change the samplerate).