mogrifier / WavsynModular

WavsynModular code for VCVRack Modules
GNU General Public License v3.0
1 stars 0 forks source link

examine voltage range- seems high #28

Closed mogrifier closed 1 month ago

mogrifier commented 2 months ago

Look at the vcvrack docs on voltage and ensure my values make sense

mogrifier commented 1 month ago

0-10 is ok, though some VCO's might not like it. Still within spec. Problem is the +-3 octave transpose, since that will push it all out of range. I will add a range check that only applies the octave value if the results for all steps will still be in the 0-10v range. I will force the knob back to 0 as a clue.

mogrifier commented 1 month ago

I put in a max range check. Octave knob will check to setting that works for ALL your voltage for steps with SPACE > 0. Min voltage check not needed since -3 is in range for some VCO's and you can adjust the output other ways if needed.