23volts / 23volts-vcv

23volts modules for VCVRack
GNU General Public License v3.0
8 stars 7 forks source link

Fix 23volts/23volts-vcv#27 #28

Closed xandramax closed 4 years ago

xandramax commented 4 years ago

Output channels were being set 1 higher than intended, crashing at least one module.

This patch also updates the channel setting to use the recommended setChannels() rather than the unstable API .channels (see: https://github.com/VCVRack/Rack/blob/476a49b33b0539b825f53a51bfa7758558433ecc/include/engine/Port.hpp#L24).

Fixes 23volts/23volts-vcv#27