rhargreaves / mega-drive-midi-interface

Control the Sega Mega Drive's Yamaha YM2612 and PSG with MIDI
GNU General Public License v3.0
95 stars 8 forks source link

MIDI channel volume should persist between program changes #4

Closed rhargreaves closed 5 years ago

rhargreaves commented 5 years ago

Channel volume currently is only applied once, which means preset changes will overwrite the total level set by the CC. The CC should instead set a channel-level synth "volume" which can be applied automatically within the synth layer whenever an output total level operator parameter is changed.

rhargreaves commented 5 years ago

Fixed in https://github.com/rhargreaves/mega-drive-midi-interface/releases/tag/v0.0.450