Control Voltage/CV
Tidal can send control voltage to modular synthesizers when using audio cards with DC output. A collection of CV helpers for Tidal is published in the SuperDirt Voltage library.
SuperDirt Voltage#
#
Pitch, with scale quantisationpitch
allows a pattern of note values. scale
sets the amount of notes per octave. The pitch and scale values will be converted to 1v/octave
. Both pitch
and scale
can be sequenced for some microtonal madness...
glide
accepts a strengh (in semitones, relative to scale), a rate (in step length).
#
Gategate
will take a 0/1 pattern and return +5v signals for the 1
values. Use -1
if you need a -5v.
#
Voltage automationvolt
will allow you to sequence voltages however you like.
#
AR (Attack + Release)trig
will create a trigger sequence, ar
will generate a new envelope for each trigger. Both of these can be sequenced.
In the second example, the attack time would grow for each triggered envelope over course of the cycle.
#
Clockclock
will output a clock cv, which matches the bpm of your tidal project. You can slow
/ fast
this as well.