Hello,
According to the documentation, Track number = ((MIDI Channel + bank) * 128) + MIDI Note Number.
Does it mean you can only play 128 samples at a time (without triggering bank up/down) ?
I made my own code on an arduino board that receives midi in info and calculates int t as a variable from 0000 to 2048, using this code:
wTrig.trackPlayPoly(int t, bool lock)
Will it work ?
Kinda confused on this one.
Thanks