How script use to set the custom slider (above 4 custom button) to set the rampstop simulate the touch/break in cdjs?
Inviato Sat 14 May 22 @ 11:58 am
I like to use RampStopTime 0.8750
Inviato Sat 14 May 22 @ 3:16 pm
custom buttons as dials can act weird when you modify the implicit.
I've found starting with a double "nothing & " makes them work
this will change setting anywhere between 0.0 to 3.0 seconds
if you name a custom button to
`setting rampstoptime`
it will show you the value of the setting
I've found starting with a double "nothing & " makes them work
nothing & nothing & param_multiply 3 & param_cast & setting rampstoptime
this will change setting anywhere between 0.0 to 3.0 seconds
if you name a custom button to
`setting rampstoptime`
it will show you the value of the setting
Inviato Sat 14 May 22 @ 7:24 pm
Cool stuff Locodog...
question:
How does the verb brakespeed differ from using, setting rampstoptime?
Ie one could create a custom slider:
to adjust a brake speed from 0-10sec
and appears identical, when stopping a deck, to say:
question:
How does the verb brakespeed differ from using, setting rampstoptime?
Ie one could create a custom slider:
brakespeed
to adjust a brake speed from 0-10sec
and appears identical, when stopping a deck, to say:
nothing & nothing & param_multiply 10 & param_cast & setting rampstoptime
Inviato Sun 15 May 22 @ 4:47 am
rampStopSpeed and brakespeed function identical
The difference is that rampStopSpeed is a setting remembered when restarting vdj and the same for all decks, and brakespeed is for each deck individually and reset after restarting vdj.
For mapping to a slider for use on specific tracks mapping to brakespeed makes more sense imo. (and that's also what's used for the mapping on actual cdj's)
The difference is that rampStopSpeed is a setting remembered when restarting vdj and the same for all decks, and brakespeed is for each deck individually and reset after restarting vdj.
For mapping to a slider for use on specific tracks mapping to brakespeed makes more sense imo. (and that's also what's used for the mapping on actual cdj's)
Inviato Sun 15 May 22 @ 6:31 am
IIDEEJAYII wrote :
Cool stuff Locodog...
question:
How does the verb brakespeed differ from using, setting rampstoptime?
Ie one could create a custom slider:
to adjust a brake speed from 0-10sec
and appears identical, when stopping a deck, to say:
question:
How does the verb brakespeed differ from using, setting rampstoptime?
Ie one could create a custom slider:
brakespeed
to adjust a brake speed from 0-10sec
and appears identical, when stopping a deck, to say:
nothing & nothing & param_multiply 10 & param_cast & setting rampstoptime
that works here, thanks
the only thing is the slider don't move , it changes the rampstop but the slider stays at the same point
Inviato Sun 15 May 22 @ 6:38 pm
it moves this end but as I said custom buttons [when sliders] can act like you see [or don't act like you see] when modifying the implicit, I have no hard rules to having the slider actually move.
maybe brakespeed is a better choice.
maybe brakespeed is a better choice.
Inviato Sun 15 May 22 @ 7:00 pm