Quick Sign In:  

Forum: VirtualDJ Plugins

Topic: 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
 

geposted 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 ...

 

geposted Sat 13 May 23 @ 10:35 pm
• A question?
• If you look at the work of the Shaders, you can see that they switch according to the phase of the music (chorus, pit, ..)
• How do I get the same signal (the beginning of the phase of the music) switching Shaders via os2l with OLC+ to use it for DMX software?
• The bit synchronously passes through os2l from VDJ, OK
• And how do I get the music phase start signal?
• The os2l website describes this feature (Objectives OS2L satisfies two main objectives: 1) to allow better "automatic" lights synchronization, by letting the DMX software get information about the speed and "phase of the music".)
• ((The question is not about programmable CUE in the track))
 

geposted 23 hours ago
locoDogPRO InfinityModeratorMember since 2013
an rsi updating variable based on get_beat_bar 32, when that goes lower than it was last save is when the shader changes [not actually but more or less the same thing.]
 

geposted 13 hours ago