Quick Sign In:  

Forum: VirtualDJ Technical Support

Topic: Map loop roll on Rane Four
jmurph71PRO SubscriberMember since 2022
Using a Rane Four controller. How do you set Pad 1on the controller to 1/8 beat, Pad 2 to 1/4 beat, Pad 3 to 1/2 beat and so on?
 

Posted Sun 12 May 24 @ 4:22 pm
locoDogPRO InfinityModeratorMember since 2013
There's already a native loop roll padpage in the program.
It uses commands like this
loop_roll 0.0625 = loop 1/16th
or you could map it like this
effect_button 'loop roll' 2 = calls the 2nd button on loop roll fx, again loop 1/16th
or you could call it like this
effect_beats 'loop roll' 0.333 && effect_active 'loop roll' while_pressed = sets length to 1/3rd beats and calls fx on while pressed.
 

Posted Sun 12 May 24 @ 5:05 pm