martin-lueders / ML_modules

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

OctaSwitch: Missing setChannels() #61

Closed netboy3 closed 4 years ago

netboy3 commented 4 years ago

https://github.com/martin-lueders/ML_modules/blob/5faba73c9d7ff5301d84678a0d6b2db570edf79c/src/OctaSwitch.cpp#L65

You should setChannels(channels) on the output ports to enable polyphony on those ports. Currently the output ports are monophonic.

martin-lueders commented 4 years ago

Done. Thanks for pointing out.