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

Portamento for 2x2op patches flawed, and bend range #33

Closed djtuBIG-MaliceX closed 4 years ago

djtuBIG-MaliceX commented 10 years ago

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


2x2op patches appears to have problems with transitioning between glissando bends on poly mode, as well as note history bends on mono mode.

Considerations needed on whether or not to use linear semitone-time bend policy as a user preference, as well as glide time range

djtuBIG-MaliceX commented 10 years ago

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


2x2op porta fixed. Bend time could be improved with Sigmoid function-like logistic curve?

djtuBIG-MaliceX commented 7 years ago

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


Add anohter issue : long buffer sizes on render causes timing for portamento to take much longer than it should.

djtuBIG-MaliceX commented 4 years ago

See issue #39