Skip to content

Selector

110

The Selector node acts as a signal router. It takes an incoming value and passes it to exactly one of eight output pins (out0out7) based on the numerical pin index provided.

When to use this node: * Dynamic Routing: Sending a sensor reading to different DMX lights depending on which game phase is active. * Multi-Screen Logic: Directing text data to specific monitors in a room based on player choices. * State-Based Outputs: Selecting which physical device receives a "Power" value based on a central controller's state.

Connectors in

  • value [type: variant]
  • emptyValue [type: variant]
  • pin [type: integer]

Connectors out

  • out0 [type: variant]
  • out1 [type: variant]
  • out2 [type: variant]
  • out3 [type: variant]
  • out4 [type: variant]
  • out5 [type: variant]
  • out6 [type: variant]
  • out7 [type: variant]