Hi guys, I'm using a sub controller to ease my workload. This device is Reloop Neon.
I'm trying to do a VDJ script to control loop out adjustments using a free ENCODER knob designated for this function. Here is what i have done and its unsuccessful. Tried this so far :
A) FAILED SCRIPT:
param_bigger 0 ? loop_out_adjust +1 : loop_out_adjust -1 >>> script failed, no response
B) TEST SCRIPT (WORKED):
param_bigger 0 ? loop_move +1 : loop_move -1
C) TEST SCRIPT (WORKED - BUT 1 Bar movement, NOT small increments):
param_bigger 0 ? loop_out +1 : loop_out -1
Appreciate if you guys can help. Thanks guys
I'm trying to do a VDJ script to control loop out adjustments using a free ENCODER knob designated for this function. Here is what i have done and its unsuccessful. Tried this so far :
A) FAILED SCRIPT:
param_bigger 0 ? loop_out_adjust +1 : loop_out_adjust -1 >>> script failed, no response
B) TEST SCRIPT (WORKED):
param_bigger 0 ? loop_move +1 : loop_move -1
C) TEST SCRIPT (WORKED - BUT 1 Bar movement, NOT small increments):
param_bigger 0 ? loop_out +1 : loop_out -1
Appreciate if you guys can help. Thanks guys
Posted 7 hours ago
param_bigger 0 ? loop_length +5ms : loop_length -5ms
param_multiply 10 & param_cast ms & param_cast relative & loop_length
param_multiply 10 & param_cast ms & param_cast relative & loop_length
Posted 6 hours ago





