Wav Trigger MIDI file name conventions Channel / Bank

Hello,

This would seem to be a simple question but I’m afraid I can’t get MY head around it…

I have a Wav Trigger v1.32 w/ MIDI opto interface that is working properly.

I would like to implement channel & bank to my sound files.

I will likely be using omni mode for most of my projects but would like the option to add channel.

Perfect example would be the Rock Band 3 MIDI keyboard project. I have the all the associated hardware and it works well using: 0143_G2.wav - 0177_F5.wav with a single voice per micro SD.

Perhaps Mr. Robertson would be so kind as to post (or email) the init file and naming structure of the 5 Mellotron voices.

That should answer my Channel / Bank question.

Thanks!

Dave C

Please see the “MIDI Implementation” section of the online user guide, which provides the formula for naming tracks for MIDI. Specifically:

"As of firmware v1.30 and above, a total of 4096 tracks and 32 banks are supported, and the MIDI to track number calculation has changed as follows

Track Number = (MIDI Bank Number * 128) + MIDI Note Number.

Firmware v1.30 also now supports proper use of MIDI Channel/Omni modes. When set to a specific MIDI Channel (via the init file), the WAV Trigger will only respond to the specified MIDI channel. When set to Omni, the WAV Trigger will respond to any MIDI Channel (MIDI Channel ignored.)"

And:

"The MIDI Bank Number can be incremented and decremented with triggers using the new “MIDI Bank Up” and “MIDI Bank Dn” trigger functions.

The WAV Trigger now recognizes MIDI Program Change messages, allowing you to change bank numbers using your controllers Program Change button or knob."