When setting a cue via a script I'm struggling to turn off quantizing to the beat grid, I've tried
quantize_setcue off & set_cue "new"
Still snaps to the beat.
I also tried turning off "Snap" in the POI editor but it doesn't seem to affect "set_cue".
There's a quantizeSetCue setting but that seems to reflect the value of the quantize_setcue verb.
Even the set cue buttons in VirtualDJ don't seem to respect that setting.... I feel like I've missed something obvious again.
quantize_setcue off & set_cue "new"
Still snaps to the beat.
I also tried turning off "Snap" in the POI editor but it doesn't seem to affect "set_cue".
There's a quantizeSetCue setting but that seems to reflect the value of the quantize_setcue verb.
Even the set cue buttons in VirtualDJ don't seem to respect that setting.... I feel like I've missed something obvious again.
Posted 7 days ago @ 12:36 am
I'm pretty sure your script works. Are you sure you are targeting the right deck?
Posted 7 days ago @ 1:20 am
I just ran it again, doesn't seem to work, I'm running "v2024 b8346". Would love to know if anyone sees something different
Posted 7 days ago @ 1:30 am
Yep, although I already have a keyboard mapping for quantize toggling, I literally just took your script, put it on a custom button, placed an uncued track into a deck, made sure the deck was the active and master deck, turned on all the quantize options and tried it - it works for me.
I'm on a Mac with b8630 (Early Access)
I'm on a Mac with b8630 (Early Access)
Posted 7 days ago @ 1:39 am
Check if quantize_all is off as well
Posted 7 days ago @ 5:24 am
Thank you that's it:
quantize_all off & quantize_setcue off & set_cue "new"
quantize_all off & quantize_setcue off & set_cue "new"
Posted 6 days ago @ 9:55 am
@Adion (and other vdjscript gurus) just curious...shouldn't quantize_setcue off imply that quantize_all off?
Posted 6 days ago @ 12:18 pm
quantize_all is independent of the other quantize options.
So you could enable/disable quantize_all at times (some controllers have a button for that), while still keeping some individual settings always on/off based on your preference.
So you could enable/disable quantize_all at times (some controllers have a button for that), while still keeping some individual settings always on/off based on your preference.
Posted 6 days ago @ 12:20 pm
While I do understand that logic, I do also think it's a bit odd at first glance that specific quantize verbs are overriden by quantize_all if it's on, especially if the specific verbs are used last.
I'll keep that in mind.
I'll keep that in mind.
Posted 6 days ago @ 2:57 pm