Page 1 of 1

os2l command for on/off and flash buttons in Live

PostPosted: 30 September 2022, 16:26
by ineedabeatdj
The os2l command button is working great in Virtual DJ & ShowXpress. For example I'm sending the command os2l_button "Blue #7" and the button turns on in showxpress. How do I send a command to turn that same button off?

And if I want to control a flash button in ShowXpress, how do I do that? I want to send a command to hold down a button, then release it during a certain part of the song. What is the command for that?

Thank you

Re: Button on and button off os2l command?

PostPosted: 03 October 2022, 07:35
by support
on/off button in Live
VDJ command: os2l_button 'NameOfButtonInLive'
VDJ action: first VDJ button press&release > on ; next VDJ button press&release > off ; next VDJ button press&release > on ...

flash button in Live
VDJ command: os2l_button 'NameOfButtonInLive' while_pressed
VDJ action: VDJ press button and hold > on ; VDJ release button > off

Re: os2l command for on/off and flash buttons in Live

PostPosted: 03 October 2022, 15:21
by ineedabeatdj
Thank you.