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

PSG note off event always stops last note #8

Closed rhargreaves closed 5 years ago

rhargreaves commented 5 years ago

If there's two note on events, for example:

On --> A On --> B Off --> A

B is silenced rather than A. A is silenced automatically by the B note on event, so the event itself should just be dropped.

rhargreaves commented 5 years ago

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