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
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.
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.
Posted Tue 07 Apr 26 @ 10:22 pm





