2020-07-16 03:28:25 by Mark Davies | Files touched by this commit (1) |
Log message: fluidsynth: dbus ladspa are additional supported options so += |
2020-05-28 12:25:58 by Nia Alarie | Files touched by this commit (3) |
Log message: fluidsynth: Update to 2.1.3 Changes: - fix a cross-compilation failure from Win32 to WinARM - fix issues while fluid_player is seeking - fix a NULL pointer dereference if synth.dynamic-sample-loading is enabled - fix a NULL pointer dereference in delete_rvoice_mixer_threads() - fix a NULL pointer dereference in the soundfont loader - fix dsound driver playing garbage when terminating fluidsynth - avoid memory leaks when using libinstpatch |
2020-04-12 16:11:13 by Nia Alarie | Files touched by this commit (1) |
Log message: fluidsynth: don't include oss detection twice |
2020-04-12 13:21:10 by Nia Alarie | Files touched by this commit (4) |
Log message: fluidsynth: Update to 2.1.2 pkgsrc changes: - Add dbus and ladspa options - Build with ladspa support on BSD and Linux - Don't build with SDL2 audio backend on Darwin Changelog: - fluidsynth now exits with error when user-provided command-line arguments are \ out-of-range - add verbose error logging to opensles and oboe drivers - fix a memory leak in oboe driver - fix a NULL dereference in the fluidsynth commandline program |
2020-04-11 12:59:58 by Nia Alarie | Files touched by this commit (1) |
Log message: fluidsynth: Use DEVOSSMIDI |
2020-03-08 17:51:54 by Thomas Klausner | Files touched by this commit (2833) |
Log message: *: recursive bump for libffi |
2020-02-18 14:11:50 by Nia Alarie | Files touched by this commit (3) |
Log message: fluidsynth: Update to 2.1. Changes: - a regression introduced in 2.1.0 caused the jack audio driver to not correct a \ sample-rate mismatch (#607) - pkg-config is now being to used to find readline (#606, thanks to @ffontaine) - fix various typos in the documentation (#600, thanks to @luzpaz) - fix a memory leak in the file renderer - fix leaking memory when sequencer clients were not explicitly unregistered (#610) - fix a heap-based use-after-free in jack driver (#613) - fix the linker possibly not finding libinstpatch (#617, thanks to @realnc) |
2019-12-20 00:59:56 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message: Use protected names in attributes, avoids overlap with SSP. Bump revision. |
2019-12-01 13:51:57 by Nia Alarie | Files touched by this commit (4) |
Log message: fluidsynth: Update to 2.1.0 New features new, less "ringing" reverb engine (#380, thanks to @jjceresa) new, stereophonic chorus engine (#548, thanks to @jjceresa) support for Downloadable Sounds (DLS) files was added (#320, requires \ libinstpatch) improved integrity checking of SoundFont modulators (#467, thanks to @jjceresa) rendering to stdout is now possible (#553, thanks to @mawe42) the following Audio Drivers have been added: Oboe (#464, tested on Android, thanks to @atsushieno) OpenSLES (#464, tested on Android, thanks to @atsushieno) SDL2 (#478, thanks to @carlo-bramini) WaveOut (#466, tested on Win98, WinNT4.0, WinXP, thanks to @carlo-bramini) various performance improvements (#543, #545, #547, #569, #573) Bug fixes generator modEnvAttack now has a convex shape according to SoundFont spec (#153) the default MIDI Pitch Wheel to Initial Pitch modulator now uses Fine Tune \ as destination generator, allowing it to be overridden by the soundfont designer \ (#154, thanks to @jjceresa) |
2019-11-22 18:20:42 by Nia Alarie | Files touched by this commit (2) |
Log message: fluidsynth: Update to 2.0.9 Changes: - an implicitly declared function caused a pointer to int truncation in \ CoreAudio driver (#591) - fix a stack-based overflow in CoreAudio driver (#594, thanks to @fkmclane) |