wav trigger : midi in limited to 128 samples ?

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

Hello,

I got an answer from Jamie (the guy who did the wav trigger).

This limitation only applies if you’re using midi in directly into the wavtrigger.

In my case, I’m using an arduino nano to convert the midi signal into serial. So this limitation doesn’t exist.