I have my Reloop setup like this,
- Code: Select all
#b0 7 41 EFFECTVOL 1 5 0 INC NOCHANGE
#b0 7 3f EFFECTVOL 1 -5 0 INC NOCHANGE
#b0 8 41 EFFECTVOL 1 5 1 INC NOCHANGE
#b0 8 3f EFFECTVOL 1 -5 1 INC NOCHANGE
#b0 9 41 EFFECTVOL 1 5 2 INC NOCHANGE
#b0 9 3f EFFECTVOL 1 -5 2 INC NOCHANGE
MIDI code / command / Player / value / effect bank/ flags.
remember that the effect banks are numbered as follows,
effect bank 1 = 0
effect bank 2 = 1
effect bank 3 = 2
etc.
the "value" depends on what type of control you are using on the MIDI controller, on the reloop its a knob that clicks with an up value and down value hence 5 (for the increase value) and -5 (for the decrease value).
hope this helps, any further questions then feel free to ask.
regards,
Bryan