Miserlou / RJModules

Various modules for VCV Rack
https://github.com/Miserlou/RJModules
MIT License
98 stars 18 forks source link

Bug fix for Issue #62 Euclidian crashing #69

Closed david-c14 closed 4 years ago

david-c14 commented 4 years ago

By the time you get to line 206, head might have been reset to -1

If you are in a frame where the clock input has not been triggered, then head will not have been advanced. As a result you are overwriting the memory before the first light object, which is probably why the crash logs were fingering the DestroyLight methods