Ingreso rápido:  

Forum: VirtualDJ Technical Support

Tema: Using script to change length parameter of "Cut" effect
Hi all,

Trying to figure out how to script the "Cut" effect length to be ¼ beat. effect_beats doesn't seem to alter Cut. Any ideas?

Edit: Turns out I need to pass "Cut" as a parameter! effect_beats 'Cut' 0.25 did it. Sorry for the premature post.
 

Mensajes Thu 27 Apr 23 @ 11:28 pm
locoDogPRO InfinityModeratorMember since 2013
small hint, [beyond your OP] quote marks or apostrophes aren't needed for cases when the param doesn't contain a space, they're read like custom data [in a c++ reading from a text file kind of way] there is 1 exception, anything that starts with '@'

I'd argue, for example effect_active 'echo out' should have a synonym effect_active echoOut because if you're doing something complicated, then what can be done with echo fx can't be done with echo out
I know this is in the weeds, but I figure you understand, it's a little frustrating that the fx name is a limitation. A rare problem but annoying if you need "|' to make your thing work, params (mostly fx names) should have a no space synonym.
 

Mensajes Fri 28 Apr 23 @ 12:22 am