Can you give an example on how to use the VDJScript commands:
$fscommand
$fsvalue
I have gone through the Freestyler documentation and tried a few different options and could get no responce from Freestyler.
$fscommand
$fsvalue
I have gone through the Freestyler documentation and tried a few different options and could get no responce from Freestyler.
Posted Tue 10 Jan 12 @ 3:11 am
Hi SBDJ
I use this all the time but it I think I triggers to much to fast..
EG when there is a melow and the still triggering noe like should to light.
Is there anyway we change change it go of the the wave spike not the grid ?
Also to add On freestyler I use the fav bottom.
Is there anyway I can link this to VDJ from your software .. In free styler I use a shortcut key but in VDJ it dont work ...
Also Im Rowleys from the MDF
I use this all the time but it I think I triggers to much to fast..
EG when there is a melow and the still triggering noe like should to light.
Is there anyway we change change it go of the the wave spike not the grid ?
Also to add On freestyler I use the fav bottom.
Is there anyway I can link this to VDJ from your software .. In free styler I use a shortcut key but in VDJ it dont work ...
Also Im Rowleys from the MDF
Posted Wed 11 Jan 12 @ 4:34 am
It doesn't trigger too fast at all. It's because it's not Sound to Light. It uses the CBG grid to achieve sync. I can't really access the waveform easily, only the VU meters, which isn't ideal really.
To be honest FreeStyler already has Sound to Light and I'm not going to duplicate that as it would be pointless - if you want Sound to Light then use that :)
To be honest FreeStyler already has Sound to Light and I'm not going to duplicate that as it would be pointless - if you want Sound to Light then use that :)
Posted Wed 11 Jan 12 @ 11:51 am
clintcarlson wrote :
Can you give an example on how to use the VDJScript commands:
$fscommand
$fsvalue
I have gone through the Freestyler documentation and tried a few different options and could get no responce from Freestyler.
$fscommand
$fsvalue
I have gone through the Freestyler documentation and tried a few different options and could get no responce from Freestyler.
Hi,
This will toggle blackout:
set '$fsvalue' 1 & set '$fscommand' 2
The network equivalent should be:
set '$fsvalue' 255 & set '$fscommand' 2
I'm having some issues there so will do some testing later.
Posted Wed 11 Jan 12 @ 12:10 pm
OK,
v1.2.1 uploaded which should fix sending commands via the network.
So for non-network:
$fscommand correlates to the wParam from the wMsg, wParam column - for example WM_USER, 0 would be 0.
$fsvalue is the lParam value.
For network:
$fscommand correlates to the code
$fsvalue is either 0 or 255 (docs say 0 on release, 255 on click) or 0-255 for a fader value.
v1.2.1 uploaded which should fix sending commands via the network.
So for non-network:
$fscommand correlates to the wParam from the wMsg, wParam column - for example WM_USER, 0 would be 0.
$fsvalue is the lParam value.
For network:
$fscommand correlates to the code
$fsvalue is either 0 or 255 (docs say 0 on release, 255 on click) or 0-255 for a fader value.
Posted Wed 11 Jan 12 @ 12:26 pm
OP updated to include some new information ;)
Posted Thu 12 Jan 12 @ 9:28 am
I havent looked at the vdj script side yet but here is a tutorial showing how to network 2 pcs and link vdj to freestyler using this new update to the SBDJ S2L Plugin. Hope this helps you to make it go.
Brilliant work SBDJ - absolute legend!!
Posted Thu 12 Jan 12 @ 6:56 pm