Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Effect level clip #2

Closed
derselbst opened this issue May 26, 2010 · 2 comments
Closed

Effect level clip #2

derselbst opened this issue May 26, 2010 · 2 comments

Comments

@derselbst
Copy link
Member

Original email to fluid-dev list by David Hilvert:
http://lists.nongnu.org/archive/html/fluid-dev/2007-07/msg00007.html

The following patch moves effect level adjustments prior to the send clip, and
reduces the chorus effect linearly with the number of voices. These changes
seem to make output (volume) levels more uniform; in particular, the phenomenon
of certain instruments with high choral component being several times louder
than those with low choral component seems to be mitigated across a variety of
synthesizer parameter settings.

Notes

- The magnitude of the choral effect for large N is reduced by this patch; some

reduction is also present at smaller N.

- Effect level defaults have been adjusted so that qsynth's center is neutral.

Better might be to balance the scale around 0, with 0 neutral.

- The patch is against version 1.0.7a.

Reported by: elementgreen

Original Ticket: fluidsynth/tickets/2

@derselbst
Copy link
Member Author

Calls to fluid_voice_set_param() in fluid_synth_one_block() should probably be called when reverb/chorus levels are changed. Causes a significant decrease in performance. Currently checked in, but should be modified to update those parameters in a less intrusive manner.

Original comment by: elementgreen

@derselbst
Copy link
Member Author

Reverted this patch since it seemed to make the chorus number parameter have a lessor effect. Leaving open, since something should probably done about the change in chorus volume when modifying parameters.

Original comment by: elementgreen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants