Page 1 of 1

How to map more effects on MIDI controler

PostPosted: 18 Feb 2010, 16:14
by dialect
Hello,
is it possible to map more effects on one MIDI controler?

for example, i have old UC16, Ive learned how to make it work with MixVibes 7 DVS, but i am not able to map efx1volume on knob1 efx2volume on knob2...

i can map all knobs on efx1volume but cannot make them to map separateli...

for example2... efx1 = echo, efx2 = filter (all on left deck1)


is there somebody who could help me?

Re: How to map more effects on MIDI controler

PostPosted: 18 Feb 2010, 18:56
by gakto2009
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

Re: How to map more effects on MIDI controler

PostPosted: 18 Feb 2010, 19:56
by Blackbrook
good one!