mogrifier / WavsynModular

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

update code for new UI #5

Closed mogrifier closed 4 months ago

mogrifier commented 4 months ago

add clock input- sense the pulse, but be sure to only sense ONE by watching for rising and falling edges

add SEED function. This ensures that STRANGE will sound different for different users, if the SEED value is different. Make it change default parameters for the attractor functions.

mogrifier commented 4 months ago

refactor attractor function output to be handled by a single new method, setOutput

mogrifier commented 4 months ago

seed added, with code to make it work well with each attractor. Had to add a test for Henon getting stuck on 0,0. Now will reset to 1,1 (initial value) if that condition is detected.

mogrifier commented 4 months ago

added external clock support