Digital Out - OSC
[OSC]

Control the Application Board's Digital Outs via OSC. More...

Control the Application Board's Digital Outs via OSC.

Devices

There are 8 Digital Outs on the Make Application Board, numbered 0 - 7.

Properties

The Digital Outs have two properties:

Value
The value property corresponds to the on/off value of a given Digital Out. For example, to turn on the fifth Digital Out, send a message like
/digitalout/6/value 1
Turn it off by sending the message
/digitalout/6/value 0
Active
The active property corresponds to the active state of a Digital Out. If a Digital Out is set to be active, no other tasks will be able to write to that Digital Out. If you're not seeing appropriate responses to your messages to the Digital Out, check the whether a Digital Out is locked by sending a message like
/digitalout/0/active 
You can set the active flag by sending
/digitalout/0/active 1