Hello,
I'm trying to make a patch that I can put between my FCB1010 and my guitar pedals (Eventide Timefactor and Line6 M5). I want to add a little extra functionality in between (perhaps using a raspberry pi, not sure yet)
Anyway one of the first things I want to be able to do is cycle incrementally through presets quickly, there's 100 on the TF and 24 on the M5, too many for the FCB1010 to store individually.
So in the patch I want to read the current program change message for each channel (1&2 for Timefactor and M5).
Then if either channel receives a cc message 127 (of any value, something the FCB1010 can do) I want the patch to then add 1 to the current program change value in the patch and send out a new program change message. The same will be done to cycle down the presets using cc126, and subtracting 1. I chose high values because they won't be used.
I'm having trouble automating this. Does it involve bangs and spigots? How do I +1?
I've attached what I've done so far, very basic. The left hand side is for MIDI thru and some expression automation I want to do later. Thanks