mogrifier / WavsynModular

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

correct why gate light is on at start and does not turn off until sequence completes #29

Closed mogrifier closed 1 month ago

mogrifier commented 2 months ago

has to do with slow clock maybe?

mogrifier commented 1 month ago

interesting test results so far- when Gate = 100%, lights do not turn off.

mogrifier commented 1 month ago

change gate range to max of 99%- easiest fix. It works. And 1% of a step is trivial.

mogrifier commented 1 month ago

Modified reset to also turn off all lights. I think the reason the light is on is a weird artifact of how things start up. If not clocked at time of opening vcv file, the lights are off. Even calling "lightsOff()" in the firstrun block does not keep the light off. But after it runs through the pattern, all works fine. Also, a trigger reset clears the lights and makes it work properly. Not going to do anymore with this one.