You can only play one track per input with the WAV Trigger. Triggering more than one at a time would cause the tracks for both triggers to play simultaneously rather than a different track alltogether playing.
Thank you very much for the prompt reply. I am using the wav triger because i want to sync between the audio stimuli and other parts of my system. leaving it depends on the PC serial communication dependencies make the latency varies between 5-15 ms. what you will suggest to do if I need ro use more than 16 files ?
One of the available trigger function options is to increment or decrement a trigger “bank”. This shifts the track numbers up or down by 16, giving you access to addition banks of 16 tracks. Dedicating one trigger each for “bank up” and “bank down”, leaves you with 14 triggers, so effectively you have multiple banks of 14 triggers. Alternatively, with the most recent version of firmware, you can send trigger bank select serial commands to control which group of 16 tracks the triggers correspond to.
It’s been added to the WAV Trigger Arduino Serial Library as “setTriggerBank(int bank)”. See the library’s README, and the library source code for specific implementation.