This program is a EuriPi re-imagining of Allen Synthesis' Kompari module.
AIN
is used for the input signal. K1
and K2
define the lower & upper bounds for comparisons based on
the knob position.
Outputs:
CV1
+5V ifK1
<AIN
, otherwise 0CV2
+5V ifAIN
<K2
, otherwise 0CV3
+5V ifK1
<AIN
<K2
, otherwise 0CV4
max(K1, AIN)
CV5
min(AIN, K2)
CV6
max(K1, min(AIN, K2))