djtuBIG-MaliceX / opl3-synth-driver

Forked from Alexey Khohkolov's (khokh2001) OPL3 synth. This intends to improve onto the base driver to include extended MIDI support and other improvements to the playback component.
5 stars 0 forks source link

Flawed note stealing policy on full voice allocations #29

Closed djtuBIG-MaliceX closed 10 years ago

djtuBIG-MaliceX commented 10 years ago

Original report by James Alan Nguyen (Bitbucket: djtubig-malicex, GitHub: djtubig-malicex).


Currently, for cases such as all 4op voice channels (0,1,2,3,4,5,9,10,11,12,13,14) and 2op voices taking up the rest, new voices appear to only attempt to steal its own last voice like as if it were in mono legato mode. This is undesirable when it should be stealing the oldest note.

djtuBIG-MaliceX commented 10 years ago

Original comment by James Alan Nguyen (Bitbucket: djtubig-malicex, GitHub: djtubig-malicex).


Fixed: Disabled note stealing policy based on identical patch.