This category contains 23 blocks.
- Bernoulli - Routes an incoming jolt to either of two outputs based on probability. With probability set close...
- Compare - Compares the incoming jolt value with a stream value and outputs the result of the comparison as ...
- Constant - Outputs a chosen math or system constant on the Jolt output. Available constants: π, sample rate,...
- Counter - Counts the number of received jolts in a looping manner. Wraps back to zero once the count reache...
- Data Array - Stores values at integer keys and recalls them by index. Useful for presets, sequencers, scores, ...
- Delay Jolt - Delays incoming jolts by a specified time, with configurable behavior for handling overlapping jo...
- Function Jolt - Applies a math function to incoming jolt values: sin, cos, tanh, floor, round, ceil, abs, 1-x, si...
- Funnel Jolt - Combines N jolt inputs into a single output. Either filters incoming jolts by an index (Select Ga...
- Gate - Allows or blocks jolts from passing through, based on the gate state. Open the gate by sending a ...
- Get - Emits a jolt with the current stream input value when triggered. Use it to snapshot a continuous ...
- If Else - Compares the incoming jolt value with a stream value and routes the jolt to one of two outputs de...
- Knob Board - Resizable 2D grid of small knobs. Use it as an addressable numeric memory, a preset bank, or a pa...
- Map Jolt - Linearly remaps a jolt value from an input range to an output range. Emits the result as a jolt.
- Math Jolt - Performs arithmetic on jolt events. Operations: add, subtract, multiply, divide, power, logarithm...
- Metronome - Emits regular jolts at the specified frequency. Use it to drive rhythms, sequencers, or any time-...
- Random - Outputs a random decimal number between 0 and Max each time it is triggered.
- Ranged For - Instantly sends N jolts, from 0 to N-1, when triggered. Useful for iterating over a fixed range o...
- Route - Routes an incoming jolt to one or several outputs using a selectable behavior: by index, looped (...
- Scaler - A musical keyboard that can be played directly to output MIDI notes, or used as a scale-aware ind...
- Sliderboard - Resizable 2D grid of legacy sliders. Use it as a step sequencer, envelope drawer, or addressable ...
- Sliderboard - Resizable 2D grid of sliders. Use it as a step sequencer, envelope drawer, mixing console, or add...
- Toggleboard - Resizable 2D grid of toggles. Use as a step sequencer, on/off pattern matrix, or addressable bool...
- Watcher - Compares two stream values. Outputs a continuous 0/1 signal while the condition holds, and fires ...