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
When using FluidSynth as a custom synthesizer, developers sometimes need (or want) to use other default modulators than the standard ones defined in the SoundFont spec. Currently the only way to modify the default modulators is to write a custom soundfont loader or override the default modulators in all used soundfonts.
This patch proposes a new public API to manipulate the default modulators. I would be very grateful for feedback on this approach. Is opening up the default modulator list like this acceptable for you, the maintainers of fluidsynth?
Here is an example to use the new API (adding a new default modulator on Key Pressure, introduced in the patch for ticket #50):
Following up from the discussion on the fluid-dev mailing list, here is version 2 of the patch with the static list of modulators replaced with a dynamically allocated one.
When using FluidSynth as a custom synthesizer, developers sometimes need (or want) to use other default modulators than the standard ones defined in the SoundFont spec. Currently the only way to modify the default modulators is to write a custom soundfont loader or override the default modulators in all used soundfonts.
This patch proposes a new public API to manipulate the default modulators. I would be very grateful for feedback on this approach. Is opening up the default modulator list like this acceptable for you, the maintainers of fluidsynth?
Here is an example to use the new API (adding a new default modulator on Key Pressure, introduced in the patch for ticket #50):
Reported by: mawe242
Original Ticket: fluidsynth/tickets/166
The text was updated successfully, but these errors were encountered: