head 1.5; access; symbols pkgsrc-2024Q3:1.3.0.4 pkgsrc-2024Q3-base:1.3 pkgsrc-2024Q2:1.3.0.2 pkgsrc-2024Q2-base:1.3 pkgsrc-2024Q1:1.2.0.20 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.18 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.16 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.14 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.12 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.2.0.10 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.2.0.8 pkgsrc-2022Q3-base:1.2 pkgsrc-2022Q2:1.2.0.6 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.2.0.4 pkgsrc-2022Q1-base:1.2 pkgsrc-2021Q4:1.2.0.2 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.1.0.16 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.14 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.12 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.10 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.8 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.6 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.2 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.4 pkgsrc-2019Q4-base:1.1; locks; strict; comment @# @; 1.5 date 2024.11.04.17.05.34; author wiz; state dead; branches; next 1.4; commitid 66xUC4Hpj7J1OlwF; 1.4 date 2024.10.30.14.33.16; author wiz; state Exp; branches; next 1.3; commitid SmpqjbINZEGK7HvF; 1.3 date 2024.04.05.10.26.04; author wiz; state Exp; branches; next 1.2; commitid yWRYIScjBC7urW4F; 1.2 date 2021.11.28.10.43.42; author wiz; state Exp; branches; next 1.1; commitid ZaoXQvBqChBp9yiD; 1.1 date 2019.10.16.19.25.44; author nia; state Exp; branches; next ; commitid hPz3o0BeiarZU7HB; desc @@ 1.5 log @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 @ text @$NetBSD: patch-CMakeLists.txt,v 1.4 2024/10/30 14:33:16 wiz Exp $ Allow building ALSA support on more systems. https://github.com/FluidSynth/fluidsynth/pull/1414 --- CMakeLists.txt.orig 2024-03-26 17:52:36.000000000 +0000 +++ CMakeLists.txt @@@@ -101,10 +101,10 @@@@ option ( enable-threads "enable multi-th option ( enable-openmp "enable OpenMP support (parallelization of soundfont decoding, vectorization of voice mixing, etc.)" on ) # Platform specific options -if ( CMAKE_SYSTEM MATCHES "Linux|FreeBSD|DragonFly" ) +if ( TRUE ) option ( enable-lash "compile LASH support (if it is available)" off ) option ( enable-alsa "compile ALSA support (if it is available)" on ) -endif ( CMAKE_SYSTEM MATCHES "Linux|FreeBSD|DragonFly" ) +endif ( ) if ( CMAKE_SYSTEM MATCHES "Linux" ) option ( enable-systemd "compile systemd support (if it is available)" on ) @ 1.4 log @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) @ text @d1 1 a1 1 $NetBSD: patch-CMakeLists.txt,v 1.3 2024/04/05 10:26:04 wiz Exp $ @ 1.3 log @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) @ text @d1 1 a1 1 $NetBSD: patch-CMakeLists.txt,v 1.2 2021/11/28 10:43:42 wiz Exp $ d4 1 @ 1.2 log @fluidsynth: update to 2.2.4. Per-channel ALL_SOUND_OFF when seeking/stopping player (#980, thanks to @@albedozero) Fix windows related encoding problems (#984, thanks to @@tsingakbar) Rewind playlist when calling fluid_player_play after all loops are complete (#994, thanks to @@albedozero) Fix MinGW related static linking issues (#990, thanks to @@realnc) @ text @d1 1 a1 1 $NetBSD: patch-CMakeLists.txt,v 1.1 2019/10/16 19:25:44 nia Exp $ d5 1 a5 1 --- CMakeLists.txt.orig 2021-11-21 15:40:48.000000000 +0000 d7 1 a7 1 @@@@ -93,10 +93,10 @@@@ option ( enable-threads "enable multi-th d13 1 a13 1 option ( enable-lash "compile LASH support (if it is available)" on ) d16 1 a16 1 +endif ( TRUE ) @ 1.1 log @fluidsynth: Optionally support more audio backends. @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- CMakeLists.txt.orig 2019-09-27 14:53:27.000000000 +0000 d7 2 a8 2 @@@@ -75,10 +75,10 @@@@ option ( enable-readline "compile readli option ( enable-threads "enable multi-threading support (such as parallel voice synthesis)" on ) @