This script is non-interactive and simply generates 6 fixed voltages:
cv1
: 0.5Vcv2
: 1.0Vcv3
: 2.0Vcv4
: 2.5Vcv5
: 5.0Vcv6
: 10.0V
These can be used to apply fixed offsets for e.g. transposing a sequencer up a number of octaves, shifting a bipolar LFO so it is positive, sending a contant voltage to a VCA to amplify a signal, or calibrating other modules.
The offset voltages can be changed by creating/editing config/OffsetVoltages.json
:
{
"CV1": 0.5,
"CV2": 1.0,
"CV3": 2.0,
"CV4": 2.5,
"CV5": 5.0,
"CV6": 10.0,
}
Simply set each cv to the desired voltage, save the file, and reset the module.