Quick Sign In:  

Forum: VirtualDJ Plugins

Topic: similar effect to old effect called loop back/ back loop

This topic is old and might contain outdated or incorrect information.

hi

does anybody know an effect thet make the similar effect called loop back/ back loop.
this is old lood that doesen't work any more- it make loop in the jumping of 1/4/8/16 that you can choose.

thanks

almog
 

Posted Fri 24 May 13 @ 2:07 am
you no longer need the effect with vdjscript around.. map this to a button.

loop_select 32 ? goto -32 & loop : loop_select 16 ? goto -16 & loop : loop_select 8 ? goto -6 & loop : loop_select 4 ? goto -4 & loop : loop_select 2 ? goto -2 & loop : loop_select 1 ? goto -1 & loop : goto -4 & loop 4

it will jump back the same size as the loop selected on the skin, but has a fall back to 4 beats if you have a size larger than 32 beats or smaller than on beat selected.
 

Posted Sun 26 May 13 @ 5:04 am
If phantom is reading have a go at this. It makes sense in theory but the expected result is not occurring as the return value seems to be different to the value a slider would return as in the example shown one the script wiki... and '-value' throws a syntax error but it doesn't work without the minus anyway.

get loop & goto -value & loop value

here is another attempt

get loop & param_cast 'integer' & goto value & loop value

here is another attempt in case it is a floating point number

get loop & param_multiply 100% & param_cast 'integer' & goto value & loop value
 

Posted Sun 26 May 13 @ 5:04 am
You can use loop_move -100% and loop_move +100% to move backwards/forwards by the current loop size.

E.g:

loop ? loop_move -100% : loop_move -100% & loop
 

Posted Sun 26 May 13 @ 11:14 am
thanks for the help
 

Posted Sun 26 May 13 @ 3:58 pm


(Old topics and forums are automatically closed)