Quick Sign In:  

Forum: VirtualDJ Plugins

Topic: loop_position & param_bigger '`get_var "stutterlength"`' ?

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

locoDogPRO InfinityModeratorMember since 2013
I've got an idea for a new pluggin but am wanting to get a rough feel if it's worth making by trying a script version, but I can't get this to work

repeat_start_instant 'muteloop' 33ms & loop_position & param_bigger '`get_var "stutterlength"`' ? level 0 : level 1

"stutterlength" is set by a custom dial, with just

set "stutterlength"

I've tried juggling loop pos, bigger and get var around but I haven't found the right order.

 

Posted Sat 06 Aug 16 @ 7:39 pm
AdionPRO InfinityCTOMember since 2006
Did you try with

param_buffer "`loop_position`" "`get_var 'stutterlength'`" ? a : b

 

Posted Sun 07 Aug 16 @ 9:36 am
locoDogPRO InfinityModeratorMember since 2013
Thanks for the reply.
param buffer is a new one on me [sounds like pluggin work, not script], I'll assume you mean param bigger.
I've just tried [I also tried buffer too]
repeat_start_instant 'muteloop' 33ms & param_bigger "`loop_position`" "`get_var 'stutterlength'`" ? level 1 : level 0

and it's not working here, I'm always getting the 'b' reply, I've checked for typos.
I'll take the plunge and start writing it as a pluggin
 

Posted Sun 07 Aug 16 @ 3:43 pm


(Old topics and forums are automatically closed)