jean-emmanuel / open-stage-control

Libre and modular OSC / MIDI controller
https://openstagecontrol.ammd.net
GNU General Public License v3.0
702 stars 88 forks source link

[HELP] Changing Button's State via OSC #757

Closed shouweiteoh closed 2 years ago

shouweiteoh commented 2 years ago

Hi All,

New to scripting & osc would like to seek some help on how to achieve the following :

  1. Changing button's state on off(0/1) remotely via OSC.

Specifically I have setup network cue from Qlab and couldn't change the button state.

I am aware of this page https://openstagecontrol.ammd.net/docs/remote-control/ but couldn't make qlab take to the button.

Any help is greatly appreciated !!!

Thanks

alin89c commented 2 years ago

If you want to use OSC messages to toggle the button on/off, you need to select the button, then go to the inspector and make sure the properties look like this: image

jean-emmanuel commented 2 years ago

Setting the target is not required to receive osc messages, see https://openstagecontrol.ammd.net/docs/widgets/general-mechanics/#receiving-messages. To make it simple, setting a widget's value in open stage control is done by sending the same message this widget would send.

Please use the forum for usage questions, many users there may help or benefit from the anwsers https://openstagecontrol.discourse.group/

shouweiteoh commented 2 years ago

Thanks guys !!!! The forum helps !!!! Will be closing this and pay more attention to the forum !!!