This category contains 21 blocks organized by type:
- bernoulli - Routes an incoming jolt to either of two outputs based on probability. With probability value set...
- compare - Compares a jolt value with a stream value and outputs result of the comparison in the form of a b...
- gate - Allows or disallows jolts to pass based on the set stream value.
- get - Emits jolt event when triggered. Value is determined by the stream input.
- if_else - Compares a jolt value with a stream value and outputs a jolt value through one of the two outputs...
- random - Outputs a random decimal number between 0 and Max.
- watcher - Compares two stream values. Every time the condition is met, signal output will send the value of 1.
- constant - Outputs various useful math constants:
pi: the trigonometric constant
sr: sample rate
sp: sample ...
- delay - Creates an audio-rate delay line with streams.
- integrator - A leaky integrator with separate constants for the rise and fall time. This block can be used to ...
- map - Scales values from one range to another.
- operation - All logical operations. Let you do all arithmetic operations, with the opportunity to select the ...
- cyclecounter - Counts the number of received jolts in a looping manner.
- data_array - Store and retrieve values from an array using indices to build presets, sequencers, etc..
- envelope - Generates attack/decay envelopes of various shapes
- knobboard - Editable array of knobs.
- metronome - Ticks off regular events at a specified interval.
- rangedfor - Instantly sends N events, from zero to N-1, when triggered.
- rhythm - Outputs events at musical intervals. The master "Beat Time" is used as the default clock, unless ...
- sliderboard - Editable array of silders.
- toggleboard - Editable, resizable array of toggles.