Closed xandramax closed 3 years ago
Implements #4
When the Frequency-CV attenuverter is closed (12 o'clock), cv_modulation_amount == 0. This patch ensures that it is always considered zero so long as the Frequency CV input is not connected (use_external_modulation == false).
cv_modulation_amount == 0
use_external_modulation == false
Implements #4
When the Frequency-CV attenuverter is closed (12 o'clock),
cv_modulation_amount == 0
. This patch ensures that it is always considered zero so long as the Frequency CV input is not connected (use_external_modulation == false
).