Hi there I have my tsunami up and running. My goal was to be able to play, with midi, multiple wave shapes at one time and output them to different outputs. For example,
60_s1 Sine
60_s2 saw
60_s3 tri
Is this possible? So far it doesn’t seem possible to play multiple samples that share the same midi note.
Pretty sure that can’t be done. Via serial control from something like an Arduino you could, as you’d trigger several tracks at once. Jamie the creator is on here so he may also chime in to confirm that.
Steve.
Sorry for the delay in response. I’ve been unusually busy the past few months.
Steve is correct. With MIDI, there’s a 1-to-1 mapping of bank/note numbers to track numbers. For more complex mapping, you’ll need to use an Arduino to capture the incoming MIDI and the Tsunami Library to control the playback of sounds however you wish.