LEDs are always on

Official support for: loomer.co.uk
Post Reply New Topic
RELATED
PRODUCTS

Post

I would like the LEDs in this simple example to light only when a signal is received, but they stay on and never go off.  What's the solution?
0yhk3Nl.png
You do not have the required permissions to view the files attached to this post.

Post

The LED modules respond to boolean values. A `true` will turn it on, and a `false` will turn it off. As `signal`s are truthy, they are automatically coerced into `true` values.

So what you probably want to do is use a [data wait] module to send a `false` a short while after the LED receives the `true`. Something like this:

Image
Architect, the modular MIDI toolkit, beta now available for macOS, Windows, and Linux.

Post

This worked perfectly, thank you.

Post Reply

Return to “Loomer”