Announcement

Collapse
No announcement yet.

Need boolean argument variable type

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • camille
    replied
    Hello,

    Thank you for your suggestion!

    It is implemented, would you like to try it?
    Just send an e-mail to camille at osculator dot net, and I will send you a private build.

    The OSC Route Editor now supports the following tokens :
    OSC symbol Token
    Nil $nil
    True $true
    False $false
    Infinitum $infinitum

    Just type the token (e.g. $true) in the arguments field to insert the symbol in the resulting OSC message argument list.


    Also, any input argument with a value that can be coerced to a number, can also be coerced to a boolean symbol (True or False), select "as boolean". This is convenient as you can use a floating or integer input and simply convert it to a boolean symbol.

    As bool sc.png

    Best,
    Camille

    Leave a comment:


  • DGilmour
    started a topic Need boolean argument variable type

    Need boolean argument variable type

    I'm working with atemOSC and I need to pass a true/false parameter.
    Set Next-Transition State for USK1: /atem/me/1/usk/1/tie/set-next <true|false>

    Typing in true in the Argument field sends a string that atemOSC rejects.
    Using 0 or 1 sends an integer which atemOCS rejects.
Working...
X