Giter Club home page Giter Club logo

Comments (3)

jean-emmanuel avatar jean-emmanuel commented on May 26, 2024 1

« How to not get help » by Bracket-H...

The led widget does not accept boolean. The relevant part of the documentation for that is the value property (https://openstagecontrol.ammd.net/docs/widgets/properties-reference/#led_value)

You could use a script widget to receive the boolean (it accepts anything) and set the led's value accordingly:

// script.onValue
set('led_id', value ? 1 : 0)

preArgs can be of any type (hence the asterix), multiple preArgs can be set using an array.

typeTags only affect outgoing messsages, they are irrelevant here.


Please use the forums for anything other than bug reports. Also please keep in mind this project is developped and supported on my spare time, it comes without any warranty whatsoever. If open stage control doesn't do the job for you, there are well documented alternatives out there.

from open-stage-control.

Bracket-H avatar Bracket-H commented on May 26, 2024

from open-stage-control.

nlebellier avatar nlebellier commented on May 26, 2024

May i invite you @Bracket-H to have a little walk instead writing such a comment.

The energy you took to write these poor lines should have be more usefull to read the doc to get some infos about the o-s-c.
Again as says @jean-emmanuel, nobody forces you to use the software. Some people manage to get good interfaces with this piece of software and the forum is the place to post your questions.

Have a nice day and don't forget to take a pause :-)

from open-stage-control.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.