hi there!
for a kind of mellotron-project, i need to run 12 stereo loops continuously. only need a single stereo output.
12 buttons would control volume on and off, without retriggering - you would hear the corresponding loop where it is at that point in time. fade in and out times to be determined by two pots.
the problem i’m having:
i own a WAV Trigger, which can theoretically do 14 stereo loops.
unfortunately, the maximum MIDI fade time of 2 seconds is too fast for my purposes.
so i tried running serial control over arduino, so i can have longer fade times… however, on the other end of the scale, the wTrig.trackFade command glitches out on me under ±300 ms, which is too long to serve as a useful minimum.
and that’s only when using it on a couple of tracks, like two or three, where i would really like 12 note-polyphony.
i imagine that would only make matters worse.
my questions, then:
- is this something that is addressed with the latest firmware of the WAV Trigger?
i will admit i’m not entirely sure what firmware i’m running right now - WAV Trigger is about two years old.
i would have to buy an FTDI breakout or similar to perform an update, if that is at all needed.
- is this something that can be solved more easily using the Tsunami?
(seamless looping, more memory so maybe less glitching?..)
it does feature built in midi, which is alluring, but i can’t seem to find any specs on actual attack/decay time lengths - (if it is at all possible to ONLY fade volume, and not retrigger with every key press…)
if Tsunami sticks to the 2 second limit, it’s back to serial control.
- i am looking at the Bela / Beaglebone Black combo, since i can program that using PureData, which is nice.
i mean, it might be less tedious than trying to program my own fade protocol which would bump into the limits of the WAV Trigger anyway
any experience/thoughts on that?
thanks a lot for your ideas and input.
gr, kris/Remork