./audio/fluidsynth, Software synthesizer based on SoundFont2

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


Branch: CURRENT, Version: 2.3.4nb1, Package name: fluidsynth-2.3.4nb1, 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.683 KB

Version history: (Expand)


CVS history: (Expand)


   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
   2023-04-15 13:59:34 by Harold Gutch | Files touched by this commit (1) | Package updated
Log message:
Unbreak building fluidsynth if gmake 4.4.1 is installed.

While fluidsynth compiles with BSD make, it will use gmake if available.
This happened to work in the past even if gmake was not in USE_TOOLS,
but the latest gmake update (4.4.1) added an incompatible change.
Adding gmake to USE_TOOLS fixes this.
   2023-01-24 19:36:36 by Thomas Klausner | Files touched by this commit (103)
Log message:
*: convert to cmake/build.mk