Slopes is a CV processor that analyzes an incoming signal and generates outputs based on the shape of that input.
-
ain
: The analogue signal to process. Due to technical limitations this signal should ideally be an LFO, smooth random voltage, or envelope. Audio-rate signals can be patched in, but will likely not be analyzed correctly due to processing latency. -
k1
: Noise filter. Increasingk1
will make the signal processing less sensitive, but will also reduce random noise. -
k2
: CV output attenuator. At maximum,cv4
-6
will output0-10V
. At 50%cv4
-6
will output0-5V
. At 0%cv4
-6
will produce no output -
cv1
: A gate signal that is high whenain
is rising and low whenain
is falling -
cv2
: A gate signal that is high whenain
is falling and low whenain
is rising -
cv3
: A gate signal that is high whenain
is flat (i.e. holding the same voltage across samples) -
cv4
: A CV signal representing the positive slope ofain
; the fasterain
is rising, the stronger the CV signal -
cv5
: A CV signal representing the negative slope ofain
; the fasterain
is falling, the stronger the CV signal -
cv6
: A CV signal representing the overall maginude of the slope, ignoring the direction (i.e. the sum ofcv4
andcv5
)
Unused:
din
b1
b2
The display is not used by Slopes
and will remain off at all times.