Re: Rocktron Replifex as a pedalboard... Will any MIDI controller work?
Hi, i'm new, i'm Francesco from Italy.
I want to use replifex like a pedalbord like you, and i've find this thread.
I don't know your midi controller and if it's possible to send control change, but i've try to send some midi controls from my mac and .. wow it's simple!
In CONTROLLER ASSIG (page 41 of the manual) , the number you select for each parameter (CTR ..) , is the control change (CC) number that "activate" the function you select for that parameter
(you can select the "limit" for the parameter with ULIM e LLIM .. see pag 43 of the manual)
You have also to send a value from 0 to 127 after CC number.. in "switch on/off" type parameter, 0 is off and 127 is on -- in parameter like volume is from 0 to 127 ( you can assign a volume expression pedal for example)
Example:
You want to switch on/off flanger
Replifex config.:
CTR A = 7
PA-A = flanger I/O
In this case ULIM and LLIM (upper limit , lower limit) it's only on / off .. you can decide if you want "normally open" or "normally closed" switching
Pedalboard config.:
You have to set your pedalboard to send CC:7 Value:0 (for off)
CC:7 Value: 127 (for on)
example for non I/O effects..
Replifex config.
CTR B = 8
PA-B = Volume
ULIM/LLIM = 127/0 if you want total control
100/0 if you don't want to turn the volume all the way up from expression pedal
(probably you can control the "range" of the expression pedal directly from your midi pedalboard)
Pedalboard config.:
Assign expression pedal to:
CC:8 Value:0 to 127 --> Volume %
There is also the possibility to select the channel for tap tempo (last setting of controller assignement).. i don't have try it, but probably it's something like TAP TEMP CH. = 60 (for example)
I've to press at the right tempo the pedal that send CC: 60 Value: 0(or 127 .. i don't have try this feature)
For testing midi function i've use this utility
https://github.com/gbevin/SendMIDI (FANTASTIC) and a midi monitor (i have this for mac.. i'm sure there is for windows too) for reading midi activity.
For my purpose i want to build an "hybrid" pedalboard (arduino based) .. Some switch for Program change (for changing presets) , and the other sending CC to control modulation effects I/O , amp switching , tap tempo , mute and bypass .
Maybe some knob to control some parameters like volume (i don't like volume pedal) or dry/wet signal from mod fx..
Sorry for my english. Bye
