Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libfluidsynth3 | Distribution: openSUSE Tumbleweed |
Version: 2.4.3 | Vendor: openSUSE |
Release: 1.1 | Build date: Sun Jan 26 20:18:30 2025 |
Group: System/Libraries | Build host: reproducible |
Size: 423518 | Source RPM: fluidsynth-2.4.3-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://www.fluidsynth.orga/ | |
Summary: Library for Fluidsynth |
This package contains the shared library for Fluidsynth.
LGPL-2.1-or-later
* Sun Jan 26 2025 Martin Hauke <mardnh@gmx.de> - Update to version 2.4.3 Bugfixes * It was discovered, that exclusive class note terminations were too slow. * Fix a regression introduced in 2.4.0 that allowed the amplitude of a voice playing in delay phase to rise infinitely. * MSGS drum-style note-cut has been converted to an opt-in setting synth.note-cut. * Support for SDL2 has been disabled by default. * Fix a regression introduced in 2.4.1 that could have caused infinite audio gain output for some MIDI files under certain configurations. * Silence a warning issued by Systemd v254+ - Update to version 2.4.2 * Fix audible clicks when turning off voices while using a high filter resonance. * Restore discovery of libsndfile. * Fix a race condition when loading SF3 files containing multiple uncompressed samples. - Update to version 2.4.1 * Fix clicks and pops caused when changing parameters of the lowpass filter. * Minor adjustment to AWE32 NRPN behavior. - Update to version 2.4.0 New Features * Implement MSGS-style Drum Note Cut. * Add support for AWE32 NRPNs. * Add support for Polyphone's sample loop mode release. * Add support for SF2.04 absolute value modulators. Breaking Changes * LASH support has been removed. Musically Breaking changes * The default settings for reverb and chorus have been tuned to provide a more natural perception. * The behavior of the volume envelope's delay phase was previously incorrect. * The ModLfoToVolume generator was not able to increase the volume. * Fluidsynth's default device-id was changed, allowing it to process (most) SysEX events without further configuration. * Previously, some modulators were treated in a non-standard way Bug Fixes * The former linear interpolation of IIR filter coefficients could have caused audible clicks and cracks (#1345) - yet there is still a potential for clicks and cracks, see #1415 - Update to version 2.3.7 * Fix SF3 decoder producing crackling sound for loud samples. * MIDI Format 2 is now rejected correctly since it was never supported. * Fix a regression introduced in 2.3.2 causing fluidsynth to fail discovering Oboe. - Update to version 2.3.6 * Fix discovery of gobject by CMake. * Fix a numerical instability that caused the chorus effect to stop working correctly when fluidsynth was compiled in single precision mode. * Fix timing issues in MIDI player related to incorrect handling of running status. * Fix ignoring LSB for RPN Pitch bend range events. * Thu Apr 04 2024 Dirk Müller <dmueller@suse.com> - update to 2.3.5: * Fix setting `synth.chorus.speed` to its minimum value being reported as out of range * Fix a regression causing libinstpatch and libsndfile not to be discovered on Windows * Fix Pipewire audio driver not cleanly being destroy * Fix selection logic for XG drum banks * Add cmake flag `FLUID_HOST_COMPILER` to allow overriding default host compiler required during compilation * LASH support has been deprecated * Wed Jan 24 2024 Takashi Iwai <tiwai@suse.com> - Drop the leftover directory for the old system-wide service (bsc#1219124) * Tue Nov 21 2023 Dirk Müller <dmueller@suse.com> - update to 2.3.4: * Fix a build failure when specifying `CMAKE_INSTALL_LIBDIR` as an absolute path (#1261, thanks to @OPNA2608) * Fix some MIDI files never finish playing (#1257, thanks to @joanbm) * Implement IPv6 to IPv4 fallback (#1208, thanks to @ivan- zaera) * Fix a build failure when using CMake's Xcode generator (#1266, thanks to @bradhowes) * Fix pipewire's Jack implementation not found by CMake (#1268, thanks to @pedrolcl) * Fix a regression causing the MIDI Player to terminate prematurely (#1272, thanks to @albedozero) * Wed Jun 14 2023 Tom Mbrt <tom.mbrt@googlemail.com> - Update to 2.3.3 * Fix choppy sound when selecting pipewire output * Fix build issues on musl-based distros * Terminate MIDI player once internal synth-ticks overflow to prevent filling up the filesystem * Fix a bug that allowed playing notes outside of key and velocity ranges * Wed Feb 15 2023 Florian <packaging@sp1rit.anonaddy.me> - Fixed systemd service not starting by linking fluidsynth against libsystemd * Thu Dec 29 2022 Tom Mbrt <tom.mbrt@googlemail.com> - Update to 2.3.1 * Prevent MIDI player from finishing prematurely * Fix a crash when enumerating rawmidi ALSA devices * Restore systemd sandboxing options and make it work with user units * Handle conflict with pipewire systemd daemon - Fix bsc#1204236 by turning systemd service into user service * Sat Sep 24 2022 Tom Mbrt <tom.mbrt@googlemail.com> - Update to 2.3.0 * CMake 3.13 is now required * for a full changelog, see https://github.com/FluidSynth/fluidsynth/wiki/ChangeLog#fluidsynth-230 - Remove hard-coded fluidsynth.service and use .service generated during build * Tue Sep 06 2022 Tom Mbrt <tom.mbrt@googlemail.com> - Update to 2.2.9: * Fix regression in WinMIDI driver introduced in 2.2.8 * Tracks cannot be restarted in MIDI player after reaching EOT * Add a system-wide configuration file for Windows * Harden systemd service file * Dependency libs for precompiled Android binaries have been updated - Remove harden_fluidsynth.service.patch as it has been addressed upstream * Sun Jul 10 2022 Tom Mbrt <tom.mbrt@googlemail.com> - Update to 2.2.8: * ALSA and WinMIDI drivers now pass system real-time messages on to user callback * Fix FPU division by zero in `fluid_player_set_tempo()` * Fix system-wide config file not loaded * Pluseaudio driver now honors `audio.periods` setting * Mon Apr 25 2022 Tom Mbrt <tom.mbrt@googlemail.com> - Update to 2.2.7 * Fix file driver not working correctly on Windows * Add a function to create a sequencer event from a midi event * Precompiled x86 binaries are now x87-FPU compatible * Fix fluidsynth not responding to SIGINT and SIGTERM when using recent SDL2 * Thu Mar 24 2022 Dirk Müller <dmueller@suse.com> - update to 2.2.6: * Undeprecation and minor revisal of the OSS driver * Minor improvements to CoreAudio and CoreMidi drivers * Fix sustained voices being held after ALL_CTRL_OFF * Fix clobbering of PORTAMENTO_CTRL after ALL_CRTL_OFF * Prevent Modulation Envelope from being stuck in decay phase, causing detuned voices and potentially other audible glitches for some soundfonts * Fix a compilation issue with recent glib * Sun Feb 06 2022 Tom Mbrt <tom.mbrt@googlemail.com> - Update to 2.2.5 * Fix a build failure with CMake < 3.12 * OSS and MidiShare drivers are now deprecated * Prevent samples accidentally having their loops disabled * Fix framework installation on MacOS
/usr/lib/libfluidsynth.so.3 /usr/lib/libfluidsynth.so.3.3.3
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Feb 1 00:19:49 2025