Appearance
Values & Data
Nodes for creating, converting, and manipulating data values.
Value Types
Float Value
Outputs a constant float number. Has a hybrid pin: connect CV for continuous output.

Output: Float (Data or CV depending on connection)
Int Value
Outputs a constant integer.

Output: Int (Data)
Bool Value
Outputs a constant true or false.

Output: Bool (Data)
Text Value
Holds and outputs a text string.

Output: String (Data)
Text Processing
Prepend Text
Adds text before an incoming string.

Inputs: Text to prepend, Incoming string Output: Combined string
Append Text
Adds text after an incoming string.

Inputs: Incoming string, Text to append Output: Combined string
Random
Random Float
Generates a random decimal number in a configurable range on each trigger.

| Parameter | Range | Default | Description |
|---|---|---|---|
| Min | unbounded | 0.0 | Minimum value |
| Max | unbounded | 1.0 | Maximum value |
Input: Trigger Output: Random float between Min and Max
Random Int
Generates a random whole number in a configurable range.

| Parameter | Range | Default | Description |
|---|---|---|---|
| Min | unbounded | 0 | Minimum value |
| Max | unbounded | 10 | Maximum value |
Random Bool
Generates a random true/false with configurable probability.

| Parameter | Range | Default | Description |
|---|---|---|---|
| Chance | 0.0 - 1.0 | 0.5 | Probability of true |
Mapping
Float Map
Remaps a float value from one range to another. Has a hybrid pin: connect CV for sample-accurate mapping.

| Parameter | Range | Default | Description |
|---|---|---|---|
| In Min | unbounded | 0.0 | Input range minimum |
| In Max | unbounded | 1.0 | Input range maximum |
| Out Min | unbounded | 0.0 | Output range minimum |
| Out Max | unbounded | 1.0 | Output range maximum |
Input: Float value Output: Remapped float value
Data Conversion
Note To Frequency
Converts a note name (e.g. "A4") to frequency in Hz (e.g. 440.0).

Input: Note name (String) Output: Frequency in Hz (Float)
Shape Presets
Loads predefined curve shapes for use with envelopes and modulation.

Pattern Nodes
Pattern Step
A single step in a pattern sequence with configurable value and timing.

Slider Pattern Step
Pattern step with a slider value control per step.

Toggle Pattern Step
Pattern step with an on/off toggle per step.

Pattern Step Accumulator
Accumulates and combines pattern step values.

