You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my opinion, poor chorus implementations have been a major sore spot of General MIDI over the years. (In my project, I had chorus completely disabled for a long time.) It could really sound like a rich Juno 106 chorus for little to no extra cost.
The text was updated successfully, but these errors were encountered:
I noticed that fluidlite is using an older, mono implementation of the chorus effect:
FluidLite/src/fluid_chorus.c
Lines 482 to 484 in 7c150b0
It would be nice to update this to the latest upstream chorus implementation, which is stereo:
https://github.com/FluidSynth/fluidsynth/blob/master/src/rvoice/fluid_chorus.c
In my opinion, poor chorus implementations have been a major sore spot of General MIDI over the years. (In my project, I had chorus completely disabled for a long time.) It could really sound like a rich Juno 106 chorus for little to no extra cost.
The text was updated successfully, but these errors were encountered: