Use cell content in workflows

The "On State Change" event from the State Machine will be triggered as soon a state is executed.

This event includes all data from the cells.

Within workflows, it's easy to bind this cell data to other actions.

Event data

Each data cell will provide its own content within the event.


Data followed execution

The active state provides the cell data in the event, making it easy to use the cell content without complex setups.

Double-click on the state number to execute them.


Simple OSC example

The goal is to send OSC messages based on different states.

Both the value and the OSC path should be defined in the cells.

Add a State Machine and define the data columns

  1. Add a State Machine object to the project tree.

  2. For this example, we need two columns in the State Machine:

  • One column for the OSC-Path (Label)

  • One column for the value (Number)

  1. Rename the column appropriately.

Fill the cells with content

Fill the cells with some data.

Add an OSC project tree device

To send OSC messages, we need an OSC IO-Connection in the project tree.

Add an OSC action to the workflow of the State machine

  1. Open the workflow of the State Machine.

  2. Drag and drop the OSC device into the workflow to create the "send Float" action.

  1. Drag the “CellContent“ from the “OSC Path“ in the data panel into the action.

  2. Drag the 'CellContent' from the 'Value' in the data panel into the action.

Last updated