And scattered inside draw() and class methods I have:
sndMySample1.trigger();
.
.
sndMySample2.trigger();
.
etc.
Then I only get sound from sndMySample1 regardless of its associated sound file (i.e. if I do sndMySample1 = minim.loadSample("mySample2.wav"); I'll get sound from mySample2.wav).