The 'value' in those above scripts isn't valid I believe, but in any case as far as I know there is no way to make that work - VDJ won't put the correct values into those variables.
AFAIK VDJScript variables can only hold integer values - casting to a float just makes it '1' all the time.
Casting to an integer doesn't seem to do what you would expect, it seems to mean that for a slider, the lower 50% is 0 and the upper 50% is 1.
Sliders are inherently floats due to their non-integer values.
I can't see any way to get a slider value into a variable without using the worlds most convoluted VDJScript (param_greater 99% ? set $fsvalue 99 : param_greater 98% ? etc....)
If someone knows different I'm always happy to learn :)
Now what I could look to do as a resolution is to allow VDJScript embeeded, so for example:
FS:`get_level`,155 (this won't work right now)
The problem with this is that it's of limited use; it could only be used with faders tied to a built in command on an actual deck - pitch, volume, eqs etc. Effectively you'd have to have the controls on a 'spare' deck?
AFAIK VDJScript variables can only hold integer values - casting to a float just makes it '1' all the time.
Casting to an integer doesn't seem to do what you would expect, it seems to mean that for a slider, the lower 50% is 0 and the upper 50% is 1.
Sliders are inherently floats due to their non-integer values.
I can't see any way to get a slider value into a variable without using the worlds most convoluted VDJScript (param_greater 99% ? set $fsvalue 99 : param_greater 98% ? etc....)
If someone knows different I'm always happy to learn :)
Now what I could look to do as a resolution is to allow VDJScript embeeded, so for example:
FS:`get_level`,155 (this won't work right now)
The problem with this is that it's of limited use; it could only be used with faders tied to a built in command on an actual deck - pitch, volume, eqs etc. Effectively you'd have to have the controls on a 'spare' deck?
Posted Sat 04 May 13 @ 5:21 pm
Always on top of things Scott.
I tried the android app out and it works really well. I'll use it for all the songs I haven't set up with your plugin, hope they don't haven any conflicts.
I tried the android app out and it works really well. I'll use it for all the songs I haven't set up with your plugin, hope they don't haven any conflicts.
Posted Tue 07 May 13 @ 2:27 am
This is a quick video I made showing an automated lightshow using vdj and freestyler with the sbdj plugin.
Posted Thu 16 May 13 @ 4:09 am