Multiple OS2L messages

live control with Virtual DJ
Post Reply
djdad
Posts: 33
Joined: 07 June 2018, 15:54

Multiple OS2L messages

Post by djdad »

@Support,

Hi,
We are about to improve VirtualDJ OS2L features - will let u know when available - but we came up to an issue.
It appears that when more than one os2l_button messages are sent from VDJ, TLC software is not executing them.
So i send ..

Code: Select all

os2l_button 'Scene1' & os2l_button 'Scene2'

but the scenes are not triggered. On the other hand, if i add a "wait" command in VDJ, like..

Code: Select all

os2l_button 'Scene1' & wait 20ms & os2l_button 'Scene2'

the scenes get triggered properly, which makes me thinking that there is an issue how multiple json messages are handled when received at the same time.
And of course the Scenes are not in the same Group ;)

Any workaround/fix/proposal here ?

Thanks
VirtualDJ Development Team
Niffo
Administrateur
Posts: 717
Joined: 07 December 2009, 15:59

Re: Multiple OS2L messages

Post by Niffo »

Hi djdad,

We took a look. It seems that VDJ 2021 does not work the same as VDJ 8 which was used when implementing OS2L in TLC.
With multiple messages on a Pad, VDJ 8 sends separate network messages with one JSON each, but VDJ 2021 sends 1 network message with multiple JSON. We therefore need to add the management of several JSON per network message.
Niffo
Administrateur
Posts: 717
Joined: 07 December 2009, 15:59

Re: Multiple OS2L messages

Post by Niffo »

Done for the next "Fix File"
support
Administrateur
Posts: 10615
Joined: 07 December 2009, 16:32

Re: Multiple OS2L messages

Post by support »

The Lighting Controller
djdad
Posts: 33
Joined: 07 June 2018, 15:54

Re: Multiple OS2L messages

Post by djdad »

We confirm the fix, thank you for your fast respond.

VirtualDJ+OS2L updates will be soon available and will post here when available.
Post Reply

Return to “Virtual DJ”