2023-09-27 11:18:37 by Adam Ciarcinski | Files touched by this commit (3) | |
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) | |
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) | |
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) | |
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
|
2023-01-16 21:48:41 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
fluidsynth: updated to 2.3.1
fluidsynth 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
|
2022-11-21 19:20:46 by Jonathan Perkin | Files touched by this commit (54) |
Log message:
*: Re-apply SunOS linker argument removals.
These are currently duplicated in mk/platform/SunOS.mk but the generic
removals will be removed soon in favour of per-package removals, due to
flags getting leaked into installed files.
|
2022-10-14 12:59:11 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
fluidsynth: updated to 2.3.0
fluidsynth 2.3.0
New Features
Add Pipewire audio driver
Major modernization of the CMake build system, CMake >= 3.13 will now be required
Add multi-channel output for the CoreAudio driver
LADSPA effects are mixed before processing internal effects
MIDI auto-connect functionality has been extended
Add linear interpolation to convex and concave transfer functions
Mixing of effects has been parallelized
Bug Fixes
Issue 1073 has been resolved, which may change the sound articulation a bit
Systemd Hardening has been partly reverted
audio.jack.autoconnect erroneously connectd to MIDI ports
Fix build when compiling against OSS 4.0 API
|