Sign In:     


Forum: VirtualDJ Technical Support

Topic: A way to stop POI OS2l action firing when deck not active / volume down?
Hi,
I am using a custom OS2L lighting integration that fires from POI in VDJ using OS2L "Action" POI cues using os2l_button, however these seem to fire even when that deck is not active and the other deck is being used, meaning if I am cueing a track in headphones with deck level at 0, with these POI it is firing these cues and commands anyway. Is there a way to stop this and to follow the normal logic of only happening when the volume is up etc?
Thanks
 

Posted Tue 07 Apr 26 @ 8:07 pm
You can change your actions on the POIs themselves
Action before os2l_button
Action after: param_bigger 50% level ? masterdeck ? os2l_button

So basically it's the action itself that checks whether or not the volume slider is open (I used 50% as the tipping point) and if the deck is actually the master (dominant) deck, for when doing transitions where both decks may have volume open.