mogrifier / WavsynModular

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

apply step length knob setting #16

Closed mogrifier closed 3 months ago

mogrifier commented 3 months ago

This affects the space calculations and the step modulo counting. Also, your starting step cannot be higher than the length of the pattern.

fill out the steps to 100%. So if length is set to 6 vice 8, the first 6 steps need their space values expanded so all adds up to 1, and steps 7 and 8 must be ignored.

mogrifier commented 3 months ago

Step length is not needed, since setting space to zero already accomplishes same thing.