rhargreaves / mega-drive-midi-interface

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

Note can be stuck on in polyphonic mode #1

Closed rhargreaves closed 5 years ago

rhargreaves commented 5 years ago

Fixed by: a) Changing 'all notes off' CC to forcibly send note off to all FM channels b) A single note off event for a specific pitch now silences all FM channels playing with that pitch (not just the first one)