./audio/fluidsynth, Software synthesizer based on SoundFont2

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.3.5nb1, Package name: fluidsynth-2.3.5nb1, Maintainer: pkgsrc-users

FluidSynth is a real-time software synthesizer based on the SoundFont 2
specifications. FluidSynth can read MIDI events from a MIDI input
device and render them to an audio device using SoundFont instruments.
SoundFont files are composed of digital audio "samples" and additional
instrument parameters. These files can be created or downloaded off the
Internet. FluidSynth also has support for controlling effects in real
time and can play MIDI files.

Note: FluidSynth was previously called IIWU Synth.


Required to run:
[audio/libsndfile] [audio/ladspa] [devel/glib2]

Required to build:
[pkgtools/cwrappers]

Package options: ladspa

Master sites:

Filesize: 1733.836 KB

Version history: (Expand)


CVS history: (Expand)


   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) | Package updated
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
   2023-09-27 11:18:37 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
fluidsynth: updated to 2.3.4

fluidsynth 2.3.4

Fix a build failure when specifying CMAKE_INSTALL_LIBDIR as an absolute path
Fix some MIDI files never finish playing
Implement IPv6 to IPv4 fallback
Fix a build failure when using CMake's Xcode generator
Fix pipewire's Jack implementation not found by CMake
Fix a regression causing the MIDI Player to terminate prematurely
   2023-06-15 09:14:16 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
fluidsynth: updated too 2.3.3

fluidsynth 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
   2023-06-07 17:30:18 by Michael Baeuerle | Files touched by this commit (1)
Log message:
audio/fluidsynth: Fix bl3 file

Provide file "bin/fluidsynth" for target "FluidSynth::fluidsynth"
in "lib/cmake/fluidsynth/FluidSynthTargets.cmake".
   2023-05-06 21:09:54 by Ryo ONODERA | Files touched by this commit (687)
Log message:
*: Recursive revbump from audio/libopus 1.4
   2023-04-18 19:38:05 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
fluidsynth: updated to 2.3.2

fluidsynth 2.3.2

Add support for processing all SysEx messages with synth.device-id=127
Various fixes to linking against static libfluidsynth when consumed through \ 
CMake or pkg-config
Added fluid_player_get_division
Fix a regression introduced in 2.3.1 which broke MIDI player's seamless looping