Miserlou / RJModules

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

Randoms #37

Closed bitfetcher closed 5 years ago

bitfetcher commented 5 years ago

Only channel 1 of "Randoms" outputs a signal. Looking at the code, it looks like all three channel blocks in "step" assign to channel 1:

outputs[CH1_OUTPUT].value = distr1(eng);

Maybe a dreaded cut/paste replication error?? :)

Thanks for the great modules!!

Miserlou commented 5 years ago

Ah! Right you are! Those first few modules I made are really quite poor!

Thanks for the report, I've just pushed a fix to master!