Hi i am a total noob on mapping and need help setting up my effects and sliders on my hercules dj console rmx.
Im trying to set buttons 1 and 2 to be active when pressed down (button 1 flanger, button 2 echo) and to enable shift when pressed down. While in shift i want the jog wheels to become sliders (left jog for slider 1 and right jog for slider 2). I looked all over the forums for some script that will enable me to do this but i havent found any that would work. i get as far as
"effect "Flanger" active while_pressed & set $shift1 while_pressed" button 1
"effect "Echo" active while_pressed & set $shift1 while_pressed" button 2
From there i dont know how to set up the jog wheels to become sliders in shift mode.
Please if anyone can help me out i would really appreciate it.
Im trying to set buttons 1 and 2 to be active when pressed down (button 1 flanger, button 2 echo) and to enable shift when pressed down. While in shift i want the jog wheels to become sliders (left jog for slider 1 and right jog for slider 2). I looked all over the forums for some script that will enable me to do this but i havent found any that would work. i get as far as
"effect "Flanger" active while_pressed & set $shift1 while_pressed" button 1
"effect "Echo" active while_pressed & set $shift1 while_pressed" button 2
From there i dont know how to set up the jog wheels to become sliders in shift mode.
Please if anyone can help me out i would really appreciate it.
发表时间 Wed 16 May 12 @ 6:23 pm
you should register your version of vdj pro so you can download better effects to use as the default flanger and echo sound horrible... flanjet and ramp delay or echo efx500 are much better.
button
effect 1 select "Flanger" & effect 1 active while_pressed & set 'fxjog' while_pressed
jogwheel
var 'fxjog' ? effect 1 slider 1 : jogwheel
you can substitute "flanger" for any other effect. you might need to use "param_multiply 20% &" to make the slider more sensitive and just play with the percentage value until it feels right.
var 'fxjog' ? param_multiply 20% & effect 1 slider 1 : jogwheel
button
effect 1 select "Flanger" & effect 1 active while_pressed & set 'fxjog' while_pressed
jogwheel
var 'fxjog' ? effect 1 slider 1 : jogwheel
you can substitute "flanger" for any other effect. you might need to use "param_multiply 20% &" to make the slider more sensitive and just play with the percentage value until it feels right.
var 'fxjog' ? param_multiply 20% & effect 1 slider 1 : jogwheel
发表时间 Wed 16 May 12 @ 7:03 pm
Thank you very much
And yes i am going to register my serial. i didnt know there were more effects lol.
thanks again im all set
And yes i am going to register my serial. i didnt know there were more effects lol.
thanks again im all set
发表时间 Wed 16 May 12 @ 7:14 pm