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

[Feature] Several feature requests #764

Closed Skateboss closed 2 years ago

Skateboss commented 2 years ago

I would love to see these features in OSC:

  1. The ability to make the scripting area pop out in to a modal so that it's easier to edit large scripts.

  2. The ability to use individual js script files so that they can be edited externally in an ide or so that they can be linked to multiple widgets without copying and pasting when using the same piece of code in multiple places.

  3. I would also like to be able to alter things like widget visibility directly in code rather that having to make variables then use @{variable name} in the widget visibility area.

Many thanks for this amazing piece of software!

Kind regards, Chris

jean-emmanuel commented 2 years ago
  1. To do that you have to use the VAR{} syntax in the visibility property and control it in the script using setVar()
Skateboss commented 2 years ago

Brilliant, Thank you!

jean-emmanuel commented 2 years ago

1 & 2 are implemented in v1.14.0