Real-time reverser

Real-time reverser

Plays an input in reverse for as long as the delay buffer permits.

By Beestonian Created: August 19, 2025
Threshold clock

Threshold clock

basically a square wave. Takes input as rate and outputs 1 in the first half of the cycle and 0 in the second half of the cycle.

By Beestonian Created: August 12, 2025
Portamento v01

Portamento v01

Will slide a note a) while there is a pitch input and b) when any two notes are either touching or overlapping.

By Beestonian Created: August 9, 2025
Portamento test

Portamento test

wow can't believe this is public!

By Beestonian Created: August 9, 2025
Rhythmic gate

Rhythmic gate

Opens every nth beats.

By Beestonian Created: August 9, 2025
Chromatizer

Chromatizer

Takes a base brequency and generates the 12 semitone frequencies of the chromatic scale, using the equal-tempered tuning system.

By eszticity Created: August 7, 2025
Ratio Param

Ratio Param

Two knobs that control a dividend and a divisor.

By Beestonian Created: August 4, 2025
Moving average

Moving average

Takes two numbers, splits them into channels, puts them through a delay loop. Accumulates the sum of both and divides one by the other.

By Beestonian Created: August 3, 2025
Equals

Equals

Outputs 1 if both inputs are equal to each other.

By Beestonian Created: August 3, 2025
Constant Equals

Constant Equals

Output 1 if it equals a constant param's number.

By Beestonian Created: August 3, 2025
Sample delay

Sample delay

Delays the signal by exactly one sample

By Beestonian Created: August 3, 2025
Derivative

Derivative

Subtracts the previous sample from current sample to give a rate of change.

By Beestonian Created: August 3, 2025