martin-lueders / ML_modules

free modules for VCV Rack
BSD 3-Clause "New" or "Revised" License
90 stars 18 forks source link

h-bar quantizer not working #7

Closed davephillips closed 6 years ago

davephillips commented 6 years ago

Hi Martin,

I had no trouble building your modules for VCV Rack 0.4.0, but it seems the Quantizer isn't working, no signal is getting through. The Quantum and Sequential Switch modules work fine, I haven't tested the others yet. Thanks for updating your modules, they're great additions to the Rack.

Best,

dp

martin-lueders commented 6 years ago

Oops.

I just spotted the typo. The compiler directives around the lines out.value = result are wrong. There is a #ifdef v40 which should be replaced by #ifdef v040. Will correct that now...

davephillips commented 6 years ago

Thanks, that fixed the problem. The quantizer is now working perfectly with 0.4.0 (pre) and 0.3.2.

martin-lueders commented 6 years ago

OK. Good to know. Thanks for pointing out the error.