Nodes Documentation
Sequence

The Sequence Node can make a sequence of any numbers or values. You can specify how long it will take for the sequence to run trough all the values, and trigger a run. After a run, the sequence will stop, and is ready to be triggered again.
Connections
Inputs
- trigger
- Values:
0
,1
- When the value changes from
0
to1
that triggers the sequence and it runs trough all the items once.
- Values:
- duration
- Range:
0
-1000
- Time in seconds it takes for the Sequence to run when triggered
- Range:
- items 0 - 99
- Values: any values
- Holds any mix of values or inputs from other Nodes to be sent to out.
Outputs
- out
- Value: any values
- Outputs the items one by one when the sequence is triggered.
Comment
One fun way to use the sequence is to connect it to Key Sequence and play melodies in a web synth like this one.
Learn more
Some link or activity