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

DIE Fluid Synth - Max Polyphony #2

Open
jtempletmg opened this issue Sep 22, 2023 · 1 comment
Open

DIE Fluid Synth - Max Polyphony #2

jtempletmg opened this issue Sep 22, 2023 · 1 comment

Comments

@jtempletmg
Copy link

Is it possible to have a setting in this plugin that sets the max polyphony for the DIE Fluid Synth plugin:

The problem is that we need a max polyphony setting (for each channel and/or globally). Because if you play the same notes very fast, and the instrument wave is long, the sounds start accumulating and the cpu saturates very fast.

What most synths do is play up to 6 notes at the same time, and if a new note comes while the 6s are still playing, it cuts the sound for the older one and creates the one, so the max is always 6.

@luiscuriel
Copy link

luiscuriel commented Sep 22, 2023

I just saw the library already supports this. We need to expose the polyphony setting so it can be adjusted from the plugin interface. I am trying to compile the library without success... any help doing this? Thanks!
fluid_synth_set_polyphony (self->synth, 256);

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

No branches or pull requests

2 participants