I have a very simple question. Is there a way to make the default loop mode "auto" instead of "manual" upon loading VDJ? Its not in the options anywhere and ive checked the registry editor also but it does not seem to have anything like that.
Posted Mon 03 Oct 11 @ 8:44 am
not sure what you mean in saying "auto" there could be two different answers...
for the first option you need to map "ONINIT", it is located in the dropdown menu at the top right of the mapper. map the action to "deck left smart_loop 1 & deck right smart_loop 1" (if you have more than 2 decks just number the decks instead of left/right)
this will lock the loop size to perfect sizes when using the loop in/loop out buttons
the other method is to remap your controller to just "loop" this will activate a loop the size that is selected on the skin, I personally use the second method with an endless encoder that sets the loop size
basiclly for the loop button you could use
"loop ? loop_exit : loop"
for the encoder
"param_greater 50% ? loop_select 0.0625 ? nothing : loop_select 50% : loop_select 32 ? nothing : loop_select 200%"
have fun with it
for the first option you need to map "ONINIT", it is located in the dropdown menu at the top right of the mapper. map the action to "deck left smart_loop 1 & deck right smart_loop 1" (if you have more than 2 decks just number the decks instead of left/right)
this will lock the loop size to perfect sizes when using the loop in/loop out buttons
the other method is to remap your controller to just "loop" this will activate a loop the size that is selected on the skin, I personally use the second method with an endless encoder that sets the loop size
basiclly for the loop button you could use
"loop ? loop_exit : loop"
for the encoder
"param_greater 50% ? loop_select 0.0625 ? nothing : loop_select 50% : loop_select 32 ? nothing : loop_select 200%"
have fun with it
Posted Mon 03 Oct 11 @ 9:23 am