I was wondering if anyone has a smart idea, or has already solved this, for a “one-click switch” stop a loop just recorded, switch to a new track, and start recording a new loop.
And then I will want to switch back and forth layering things up.
There are several midi CC commands after each other needed for an A/B change. Maybe there’s a smart midi-footcontroller that can do that, but i don’t know any.
Yes I thought multiple midi messages at once would be the trick, but there are not specific start stop per specific track messages. Just current selected track.
So, there would likely be a lag…? You’ll have to send stop to current track switch to next track start record and so forth. I guess a macro could do it fast enough?
I’m using the Logidy pedal, seems to only do one message at a time.
What is an additional midi processor? Is that the roll Arduino plays in this? I looked at the custom controller thread Burpy posted earlier. It seems people mostly starting and stopping the track they are on, with switches to move to next and previous tracks. I have to admit I can’t really read the code snippets posted so maybe I am not getting it.
I have no Arduino experience but I am down to learn.
You could program anything you want really, in your case you would want to program the arduino to send a stop recording message, then change track, and then start recording again, all when you press a single footswitch. Very doable!
I believe what sezare meant is that you can get a midi processor as an alternative (there are several, blokas midihub for example) which allow you to program them so that when they receive a given midi message, they change the message according to whatever you tell them to, and they send it out. This way you could make them do what you want with any simple midi footswitch.