Connexion rapide:  

Forum: VirtualDJ Plugins

Sujet OS2L Button to react to get_beat
Hi I'm new to scripting and was wondering if it was possible to get a beat signal (not the beat clock) like "get_beat & os2l "button1" so the DMX software "QLC+" to react with every fraction of a beat to make the dimmer more sound reactive and detailed . Rather then the usual time clocked beat every whole beat . Thank you in advance
 

Posté Tue 09 May 23 @ 1:07 pm
Spent far too long getting this to work however here it is . The perfect script to get a beat intensity % into Qlc+ then onto an active fader via OS2L (using a spare custom button on VDJ ) to control dimmer intensity on DMX lights.
repeat_start_instant 'jon' 0.25bt & set '@$level5' 200 & get_beat & param_multiply 255 & set '@$Level5' & get_var '@$level5' & param_cast "percentage" & os2l_cmd 5
Thank me later ...

 

Posté Sat 13 May 23 @ 10:35 pm