piezo-drum-test-X2.axp (10.7 KB)
piezo-drum-test.axp (4.9 KB)
Hi everyone! I´m developing a six voice polyphonic sample-based and piezo-triggered drum module. The idea is that you can change the complete 6 sounds (a "kit") by using a button. It works like a charm using one table but as soon as I use a second one, either it goes mute or both samplers play the same file.
The structure of filenames for each kit would be:
kit 1:
000.raw
010.raw
020.raw
to 050.raw
kit 2:
001.raw
011.raw
021.raw
to 051.raw
and so on.
In the first example, everything works great. I use both included buttons, one to change samples and the other to trigger them. In the second example, I have two tables, with different names and another digital pin to trigger the second sound but it triggers the same sound as the first table. I attach the files in raw in case anyone wants to try it.
Thanks a lot in advance