2025-01-30 12:07:52 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
fluidsynth: updated to 2.4.3
FluidSynth 2.4.3
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+
|
2025-01-01 15:28:05 by Ryo ONODERA | Files touched by this commit (3) |
Log message:
audio/fluidsynth: Update to 2.4.2
Changelog:
2.4.2:
Fix audible clicks when turning off voices while using a high filter \
resonance (#1427)
Fix a build failure with MSYS2 and MinGW when processing VersionResource.rc \
(#1448, thanks to @pedrolcl)
Fix a crash on startup when there are no MIDI devices available on Windows \
(#1446, thanks to @pedrolcl)
Restore discovery of libsndfile (#1445)
Fix a race condition when loading SF3 files containing multiple uncompressed \
samples (#1457)
|
2024-12-10 15:17:39 by Nia Alarie | Files touched by this commit (3) |
Log message:
fluidsynth: Update to 2.4.1
fluidsynth 2.4.1
* Fix clicks and pops caused when changing parameters of the lowpass
filter
* Minor adjustment to AWE32 NRPN behavior
|
2024-11-04 18:05:34 by Thomas Klausner | Files touched by this commit (5) | |
Log message:
fluidsynth: update to 2.4.0.
New Features
Implement MSGS-style Drum Note Cut (#1199)
Support KAI audio driver on OS/2 (#1332, thanks to @komh)
Add support for AWE32 NRPNs (#1346)
Add support for Polyphone's sample loop mode release (#1398, thanks to \
@spessasus)
Add support for SF2.04 absolute value modulators (#1391, thanks to @spessasus)
Breaking Changes
LASH support has been removed (#1285)
Musically Breaking changes
The default settings for reverb and chorus have been tuned to provide a more \
natural perception (#1282, thanks to @es20490446e)
The behavior of the volume envelope's delay phase was previously incorrect \
(#1312)
The ModLfoToVolume generator was not able to increase the volume (#1374)
Fluidsynth's default device-id was changed, allowing it to process (most) \
SysEX events without further configuration (#1382)
Previously, some modulators were treated in a non-standard way (#1392, \
#1389, #1068)
Bug Fixes
Bogus 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
|
2024-10-30 15:33:16 by Thomas Klausner | Files touched by this commit (5) | |
Log message:
fluidsynth: update to 2.3.7.
Fix SF3 decoder producing crackling sound for loud samples (#1380)
MIDI Format 2 is now rejected correctly since it was never supported (#1366)
Fix UTF8 encoding issues on Windows (#1388, thanks to @stardusteyes)
Fix a regression introduced in 2.3.2 causing fluidsynth to fail discovering Oboe \
(#1393)
Other minor bugs (#1291, #1403)
|
2024-08-25 08:19:21 by Thomas Klausner | Files touched by this commit (575) |
Log message:
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS
|
2024-08-06 14:36:51 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
fluidsynth: update to 2.3.6.
Fix a build issue on OS/2 (#1320, thanks to @komh)
Fix various encoding issues on Windows related to device names
(#1322, thanks to @pedrolcl)
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 (affected all precompiled binaries, #1331, thanks to @jjceresa)
Fix timing issues in MIDI player related to incorrect handling of
running status (#1351)
Fix ignoring LSB for RPN Pitch bend range events (#1357, thanks to
@spessasus)
|
2024-04-06 10:07:18 by Thomas Klausner | Files touched by this commit (1490) |
Log message:
* recursive bump for libxkbcommon 1.7.0
Marc Baudoin reported problems with using old binary packages
with the new libkxbcommon, so force everything to 1.7.0
|
2024-04-05 12:26:04 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
fluidsynth: update to 2.3.5.
Fix setting synth.chorus.speed to its minimum value being reported as out of \
range (#1284)
Fix a regression causing libinstpatch and libsndfile not to be discovered on \
Windows (#1299)
Fix Pipewire audio driver not cleanly being destroy (#1305, thanks to @mawe42)
Fix selection logic for XG drum banks (#1307)
Add cmake flag FLUID_HOST_COMPILER to allow overriding default host compiler \
required during compilation (#1301)
LASH support has been deprecated (#1285)
|
2024-01-30 15:22:43 by Ryo ONODERA | Files touched by this commit (672) |
Log message:
*: Recursive revbump from audio/pulseaudio-17.0
|