fluidsynth
fluidsynth copied to clipboard
Software synthesizer based on the SoundFont 2 specifications
Previously, fluidsynth used an optimization that allowed silent voices to be completely skipped rendering. While this behavior might make sense from a performance point of view, it does break the...
FluidSynth's volume envelope delay does not behave according to the SoundFont specification. Currently, FluidSynth starts sample playback at the start of the attack phase rather than the start of the...
### FluidSynth version FluidSynth runtime version 2.2.5 Copyright (C) 2000-2024 Peter Hanappe and others. Distributed under the LGPL license. SoundFont(R) is a registered trademark of Creative Technology Ltd. FluidSynth executable...
During implementation of #1342, I found the IIR filter producing strange cracks and clicks. I haven't done a deep investigation but it seems that this was caused by big and...
This adds a compatibility layer for AWE32-style NRPNs, see #1342. Essentially, it adds a few more members to `fluid_chan_t`, allowing us to memorize any generators overridden by AWE32 NRPNs. `fluid_hz2ct()`...
### Related discussion As discussed in #1290, a compatibility layer for supporting AWE32-style NRPNs shall be attempted. ### Is your feature request related to a problem? Mimic the behavior of...
### FluidSynth version FluidSynth runtime version 2.3.1 Copyright (C) 2000-2022 Peter Hanappe and others. Distributed under the LGPL license. SoundFont(R) is a registered trademark of Creative Technology Ltd. FluidSynth executable...
### FluidSynth version 2.3.5 ### Describe the bug When building a program that statically links fluidsynth and and uses static linkage on windows with vcpkg the libraries added by FindGLib2...
Hi/2. On OS/2, add KAI audio driver support as well as DART. Here is the patch. Review, please... [0001-Add-OS-2-KAI-audio-driver.patch](https://github.com/user-attachments/files/15525145/0001-Add-OS-2-KAI-audio-driver.patch) ``` From 3e88cf762de80cea4565cc8fca411148a198c084 Mon Sep 17 00:00:00 2001 From: KO Myung-Hun...