The NetBSD Project

CVS log for pkgsrc/audio/fluidsynth/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / audio / fluidsynth

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.46 / (download) - annotate - [select for diffs], Fri Apr 5 10:26:04 2024 UTC (13 days, 20 hours ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.45: +5 -5 lines
Diff to previous 1.45 (colored)

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)

Revision 1.45 / (download) - annotate - [select for diffs], Wed Sep 27 09:18:37 2023 UTC (6 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4
Changes since 1.44: +4 -4 lines
Diff to previous 1.44 (colored)

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

Revision 1.44 / (download) - annotate - [select for diffs], Thu Jun 15 07:14:16 2023 UTC (10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.43: +4 -4 lines
Diff to previous 1.43 (colored)

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

Revision 1.43 / (download) - annotate - [select for diffs], Tue Apr 18 17:38:05 2023 UTC (12 months ago) by adam
Branch: MAIN
Changes since 1.42: +4 -4 lines
Diff to previous 1.42 (colored)

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

Revision 1.42 / (download) - annotate - [select for diffs], Mon Jan 16 20:48:41 2023 UTC (15 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.41: +5 -5 lines
Diff to previous 1.41 (colored)

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

Revision 1.41 / (download) - annotate - [select for diffs], Fri Oct 14 10:59:10 2022 UTC (18 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.40: +4 -4 lines
Diff to previous 1.40 (colored)

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

Revision 1.40 / (download) - annotate - [select for diffs], Sun Sep 11 13:46:19 2022 UTC (19 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.39: +4 -4 lines
Diff to previous 1.39 (colored)

fluidsynth: update to 2.2.9.

    Fix regression in WinMIDI driver introduced in 2.2.8 (#1131, #1141 thanks to @albedozero)
    Tracks cannot be restarted in MIDI player after reaching EOT (#1138, thanks to @albedozero)
    Add a system-wide configuration file for Windows (#1143, thanks to @daniel-1964)
    Harden systemd service file
    Dependency libs for precompiled Android binaries have been updated

Revision 1.39 / (download) - annotate - [select for diffs], Sun Jul 17 08:26:57 2022 UTC (21 months ago) by wiz
Branch: MAIN
Changes since 1.38: +4 -4 lines
Diff to previous 1.38 (colored)

fluidsynth: update to 2.2.8.

Fix pkglint.

* ALSA and WinMIDI drivers now pass system real-time messages on to user callback (#1115, thanks to @albedozero)
* Fix FPU division by zero in fluid_player_set_tempo() (#1111)
* Fix system-wide config file not loaded (#1118)
* Pluseaudio driver now honors audio.periods setting (#1127, thanks to @pedrolcl)

Revision 1.38 / (download) - annotate - [select for diffs], Tue Apr 26 08:14:22 2022 UTC (23 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.37: +4 -4 lines
Diff to previous 1.37 (colored)

fluidsynth: updated to 2.2.7

fluidsynth 2.2.7

Fix file driver not working correctly on Windows
Add a function to create a sequencer event from a midi event
Precompiled x86 binaries are now x87-FPU compatible
Fix fluidsynth not responding to SIGINT and SIGTERM when using recent SDL2

Revision 1.37 / (download) - annotate - [select for diffs], Wed Mar 30 07:56:23 2022 UTC (2 years ago) by wiz
Branch: MAIN
Changes since 1.36: +4 -4 lines
Diff to previous 1.36 (colored)

fluidsynth: update to 2.2.6.

Undeprecation and minor revisal of the OSS driver (#1038)
Minor improvements to CoreAudio and CoreMidi drivers (#1047, thanks to @bradhowes)
Fix sustained voices being held after ALL_CTRL_OFF (#1049)
Fix clobbering of PORTAMENTO_CTRL after ALL_CRTL_OFF (#1050)
Prevent Modulation Envelope from being stuck in decay phase, causing
detuned voices and potentially other audible glitches for some
soundfonts (#1059)
Fix a compilation issue with recent glib (#1063, thanks to @devingryu)

Revision 1.36 / (download) - annotate - [select for diffs], Mon Jan 31 12:03:33 2022 UTC (2 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.35: +4 -4 lines
Diff to previous 1.35 (colored)

fluidsynth: update to 2.2.5.

    Fix a build failure with CMake < 3.12 (#1003, thanks to @komh)
    OSS and MidiShare drivers are now deprecated (#1010)
    Prevent samples accidentally having their loops disabled (#1017)
    Fix framework installation on MacOS (#1029, thanks to @pedrolcl)

Revision 1.35 / (download) - annotate - [select for diffs], Sun Nov 28 10:43:42 2021 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.34: +5 -5 lines
Diff to previous 1.34 (colored)

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)

Revision 1.34 / (download) - annotate - [select for diffs], Tue Oct 26 09:58:57 2021 UTC (2 years, 5 months ago) by nia
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

audio: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes.

The following distfiles couldn't be fetched (possibly they are fetched
conditionally):

./audio/freeswitch-sounds-ru/distinfo freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz
./audio/freeswitch-sounds-ru/distinfo freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz
./audio/freeswitch-music/distinfo freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz
./audio/freeswitch-music/distinfo freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz
./audio/freeswitch-sounds-fr/distinfo freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz
./audio/freeswitch-sounds-fr/distinfo freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz
./audio/freeswitch-sounds-en/distinfo freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz
./audio/freeswitch-sounds-en/distinfo freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz

Revision 1.33 / (download) - annotate - [select for diffs], Thu Oct 7 13:09:23 2021 UTC (2 years, 6 months ago) by nia
Branch: MAIN
Changes since 1.32: +1 -2 lines
Diff to previous 1.32 (colored)

audio: Remove SHA1 hashes for distfiles

Revision 1.32 / (download) - annotate - [select for diffs], Sun Sep 12 09:17:19 2021 UTC (2 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.31: +5 -5 lines
Diff to previous 1.31 (colored)

fluidsynth: update to 2.2.3.

    FluidSynth did not build on macOS 10.5 and earlier (#946, thanks to @evanmiller)
    Fix build with CMake <3.7 (#944, thanks to @komh)
    Fix a NULL dereference in delete_fluid_ladspa_effect() (#963)

Revision 1.31 / (download) - annotate - [select for diffs], Thu Jul 29 10:22:42 2021 UTC (2 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.30: +5 -5 lines
Diff to previous 1.30 (colored)

fluidsynth: update to 2.2.2.

2.2.2

* The MIDI router now handles out-of-range parameters in a smarter manner (#891, thanks to @jjceresa)
* Keep pedaling effective when the same note is played more than once (#905, thanks to @jjceresa)
* Select soundfont samples by frequency instead of midi note numbers (#926, thanks to @Naturseptime)
* Fix the sequencer's event ordering for NoteOn vel=0 events (#907)
* libfluidsynth's import library was broken for MinGW builds (#874)
* fluidsynth.exe short option -Q not working (#915, thanks to @pedrolcl)
* Precompiled Android binaries didn't work (#894, #897)
* Fix openMP detection for XCode 12.5 (#917)
* Make audio.jack.autoconnect connect all available ports (#920)
* Prevent MIDI Player from continuously suppressing notes (#935, thanks to @albedozero)
* fluidsynth.pc now includes private libraries for static linking (#904)
* Fix typos in code and documentation (#939, thanks to @luzpaz)

Revision 1.30 / (download) - annotate - [select for diffs], Thu May 13 09:44:28 2021 UTC (2 years, 11 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.29: +5 -5 lines
Diff to previous 1.29 (colored)

fluidsynth: update to 2.2.1

Changes:

- Make ALSA the default driver on Linux
- Coreaudio driver failed to initialize on MacOS 11
- WaveOut driver failed to initialize
- COM initialization in WASAPI driver is no longer performed in the caller's context
- WASPI driver now supports reverb and chorus
- Handle SysEx GM/GM2 mode on, GS reset, and XG reset
- Old behaviour of fluid_player_join has been restored to prevent infinite loop in client code
- The Soundfont loader code has been refactored, illegal generators will now be skipped more consequently

Revision 1.29 / (download) - annotate - [select for diffs], Mon Apr 5 10:54:15 2021 UTC (3 years ago) by wiz
Branch: MAIN
Changes since 1.28: +6 -6 lines
Diff to previous 1.28 (colored)

fluidsynth: update to 2.2.0.

This release breaks ABI compatibility! Refer to the API docs for details.

A C++98 compliant compiler is now required to build fluidsynth (mailing list thread)

New features

    Support loading SoundFonts >2GiB on Windows (#629)
    Major overhaul of the sequencer and its event queue (#604)
        Overlapping notes can be handled (#637)
        Performance improvement, since the event queue no longer blocks the rendering thread
        Time scale is not limited to 1000 anymore and can therefore be used for tempo changes
    The following audio drivers have gained multi-channel support
        DSound (#667, thanks to @jjceresa)
        WaveOut (#667, thanks to @jjceresa)
    The WinMIDI driver supports multiple devices (#677, thanks to @jjceresa)
    Handle GS DT1 SysEx messages for setting whether a channel is used for rhythm part (#708, thanks to @chirs241097)
    Support use of UTF-8 filenames under Windows (#718, thanks to @getraid-gg)
    Improved support for overriding tempo of the MIDI player (#711, #713, thanks to @jjceresa)
    Handle settings-related commands in user command file before initializing other objects (#739)
    SoundFont loading has been parallelized (#746, #812, requires openMP)
    The Oboe driver has gained a lower latency and other updates (#740, #741, #747)
    WASAPI driver has been added (#754, thanks to @chirs241097)

General

    Fix race condition in fluid_player_callback (#783, thanks to @arcln)
    Improvements to LADSPA subsystem (#795, thanks to @mawe42)

Revision 1.28 / (download) - annotate - [select for diffs], Fri Mar 19 10:25:19 2021 UTC (3 years, 1 month ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.27: +5 -5 lines
Diff to previous 1.27 (colored)

fluidsynth: Update to 2.1.8

- Rapidly changing channel panning could have caused audible artifacts. Affects all versions back to at least 1.1.2.
- Fix a use-after-free when loading malformed soundfonts. Affects all versions back to at least 1.1.2.
- The number of allowed LADSPA effect units has been increased.

Revision 1.27 / (download) - annotate - [select for diffs], Wed Feb 3 20:05:01 2021 UTC (3 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.26: +5 -5 lines
Diff to previous 1.26 (colored)

fluidsynth: update to 2.1.7.

    a regression introduced in 2.1.0 prevented chorus from being audible when fluid_synth_process() was used (#751, thanks to @chirs241097)
    a regression introduced in 2.0.6 prevented the MIDI player from restarting playback after all files have been played (#755, thanks to @rncbc)
    fix a double-free violation introduced in 2.0.0 after executing the info shell command (#756)

Revision 1.26 / (download) - annotate - [select for diffs], Mon Jan 11 22:29:22 2021 UTC (3 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.25: +5 -5 lines
Diff to previous 1.25 (colored)

fluidsynth: update to 2.1.6.

SoundFonts may never be unloaded correctly, if

    polyphony is ever exceeded (#727), or
    voices are still playing while their SoundFont is being unloaded.

Calling delete_fluid_synth() does not free those SoundFonts either. Affected are versions from 1.1.4 to 2.1.5 .
Other bug-fixes:

    fix a heap-based use-after-free (#733)

Revision 1.25 / (download) - annotate - [select for diffs], Sat Oct 3 10:26:06 2020 UTC (3 years, 6 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.24: +5 -5 lines
Diff to previous 1.24 (colored)

fluidsynth: update to 2.1.5

changes:
- loading DLS may have failed in certain setup environments (FluidSynth/fluidsynth#666)
- fix a build failure with GCC 4.8 (FluidSynth/fluidsynth#661, thanks to @ffontaine)

Revision 1.24 / (download) - annotate - [select for diffs], Sun Jul 26 20:28:07 2020 UTC (3 years, 8 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.23: +5 -5 lines
Diff to previous 1.23 (colored)

fluidsynth: Update to 2.1.4

Changes:

fix an uninitialized memory access possibly triggering an FPE trap
fix several regressions introduced in 2.1.3:

    fluid_synth_start() failed for certain presets
    fix a NULL dereference in jack driver
    fix a stack-based overflow when creating the synth

Revision 1.23 / (download) - annotate - [select for diffs], Thu May 28 10:25:58 2020 UTC (3 years, 10 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.22: +5 -5 lines
Diff to previous 1.22 (colored)

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

Revision 1.22 / (download) - annotate - [select for diffs], Sun Apr 12 11:21:10 2020 UTC (4 years ago) by nia
Branch: MAIN
Changes since 1.21: +5 -5 lines
Diff to previous 1.21 (colored)

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

Revision 1.21 / (download) - annotate - [select for diffs], Tue Feb 18 13:11:50 2020 UTC (4 years, 2 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.20: +5 -5 lines
Diff to previous 1.20 (colored)

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)

Revision 1.20 / (download) - annotate - [select for diffs], Thu Dec 19 23:59:56 2019 UTC (4 years, 4 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored)

Use protected names in attributes, avoids overlap with SSP. Bump
revision.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Dec 1 12:51:57 2019 UTC (4 years, 4 months ago) by nia
Branch: MAIN
Changes since 1.18: +5 -5 lines
Diff to previous 1.18 (colored)

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)

Revision 1.18 / (download) - annotate - [select for diffs], Fri Nov 22 17:20:42 2019 UTC (4 years, 4 months ago) by nia
Branch: MAIN
Changes since 1.17: +5 -5 lines
Diff to previous 1.17 (colored)

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)

Revision 1.17 / (download) - annotate - [select for diffs], Thu Oct 31 14:02:55 2019 UTC (4 years, 5 months ago) by nia
Branch: MAIN
Changes since 1.16: +5 -5 lines
Diff to previous 1.16 (colored)

fluidsynth: Update to 2.0.8

Changes:
- fix incorrect behavior of fluid_sample_set_sound_data()
- fix voices being mixed incorrectly, causing audible crackle esp. at sample-rates >48kHz
- make sure that defining NDEBUG disables assertions

Revision 1.16 / (download) - annotate - [select for diffs], Wed Oct 16 19:25:44 2019 UTC (4 years, 6 months ago) by nia
Branch: MAIN
Changes since 1.15: +3 -1 lines
Diff to previous 1.15 (colored)

fluidsynth: Optionally support more audio backends.

Revision 1.15 / (download) - annotate - [select for diffs], Sun Oct 6 17:29:33 2019 UTC (4 years, 6 months ago) by nia
Branch: MAIN
Changes since 1.14: +5 -9 lines
Diff to previous 1.14 (colored)

fluidsynth: Update to 2.0.7

Switched to github for upstream, build system now uses cmake.

Changes in major release 2.0.0:

New Features

    implement polyphonic key pressure (#185, thanks to @mawe42)
    add API for manipulating default modulators (#265, #164, #71, thanks to @mawe42)
    add midi.autoconnect setting for automatically connecting fluidsynth with available MIDI Input ports (currently only for alsa_seq thanks to @tomcucinotta)
    add seek support to midi-player (#261, thanks to @loki666)
    add support for text and lyrics midi events (#111)
    add support for 24 bit sample soundfonts (#301, #329)
    consider "important midi channels" during overflow calculation synth.overflow.important-channels (#294, thanks to @mawe42)
    add a custom default modulator for MIDI CC8 to support proper stereo balance (#317, thanks to @mawe42)
    add support for an additional custom high-pass filter (#331, thanks to @mawe42)
    incorporate JJC's polymono patch (#306, #236, #158)
        add basic channel support
        implement MIDI modes Omni On, Omni Off, Poly, Mono
        implement portamento control
        implement legato control
        implement breath control
    add support soundfont loading from memory (#241)
    add a profiling command interface (#345, thanks to @jjceresa)
    add support on demand sample loading (#366, thanks to @mawe42)
    add reverb and chorus settings (#49)
    allow using the midi router to manipulate midi files when playing from command line
    fluid_synth_process() received a new proper implementation
    synth.effects-groups allows to render effects of all MIDI channels to separate audio channels

General

    CMake 3.1.0 or later is required for building
    consider channel pressure, key pressure and pitch wheel for lower attenuation boundary calculation (#163, thanks to @mawe42)
    complete rewrite of the LADSPA subsystem (#227, #235, thanks to @mawe42)
    complete rewrite of the Soundfont Loader API (#334, #309)
    avoid reverb amplitude growing exponentially (#279, thanks to @jjceresa)
    removed deprecated autotools build system
    a minimal build of fluidsynth without requiring pkg-config is supported
    remove deprecated LADCCA support
    use unique device names for the audio.portaudio.device setting (#284, thanks to @jjceresa)
    documentation of the settings moved to http://www.fluidsynth.org/api/fluidsettings.xml
    adjust MIDI Pan and Balance calculations as outlined by MIDI Recommended Practice (RP-036) (#317, thanks to @mawe42)
    make network support compile-time optional (#307, thanks to @carlo-bramini)
    speed up calculation of chorus modulation waveforms for devices without FPU (#321, thanks to @carlo-bramini)
    cleanup internal audio rendering and mixing engine (#197)
    reduce memory consumption of loaded soundfonts (#370, thanks to @mawe42)

Revision 1.14 / (download) - annotate - [select for diffs], Tue Nov 3 01:12:31 2015 UTC (8 years, 5 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

Add SHA512 digests for distfiles for audio category

Problems found with existing distfiles:
	/pub/pkgsrc/distfiles/amp-0.7.6.tgz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-16000-1.0.12.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.12.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.12.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-8000-1.0.12.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz
	/pub/pkgsrc/distfiles/kid3-3.3.0.tar.gz
	/pub/pkgsrc/distfiles/libdca-0.0.5.tar.bz2
	/pub/pkgsrc/distfiles/mp3to.gz
	/pub/pkgsrc/distfiles/squeezeboxserver-7.5.1-noCPAN.tgz
No changes made to these file.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Aug 24 06:35:20 2012 UTC (11 years, 7 months ago) by marino
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

audio/fluidsynth: Fix DragonFly regression with v1.1.6

Fluidsynth was redefining a properly-defined macro to null based on an
apparently flawed assumption.  Add a condition to check if the macro is
defined before redefining.

This modified patch may fix more than just DragonFly.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Aug 19 21:39:40 2012 UTC (11 years, 8 months ago) by adam
Branch: MAIN
Changes since 1.11: +4 -4 lines
Diff to previous 1.11 (colored)

Prefer smaller distfiles

Revision 1.11 / (download) - annotate - [select for diffs], Thu Aug 16 15:16:26 2012 UTC (11 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.10: +4 -5 lines
Diff to previous 1.10 (colored)

Update to 1.1.6:

Fixes and changes
    Handle MIDI End of track events, ticket #101 (Matt Giuca)
    Prevent broken rendering after an voice overflow, ticket #100 (diwic)
    Enable long arguments where available (plcl)
    Windows: Install fluidsynth.pc (pkg-config spec), ticket #102 (plcl)
    Mac OS X Lion: Fix build failure, ticket #105 (twobits)
    Linux: Prevent libdbus crash (diwic)

Revision 1.10 / (download) - annotate - [select for diffs], Mon Feb 27 13:24:13 2012 UTC (12 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

Fixed building on Mac OS X

Revision 1.9 / (download) - annotate - [select for diffs], Sat Jan 28 13:15:32 2012 UTC (12 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.8: +8 -9 lines
Diff to previous 1.8 (colored)

Update to 1.1.5.

pkgsrc: Not switched to cmake, no libaudiofile dependency.

1.1.5:

  * Autotools build resulted in the wrong version number for libfluidsynth.so (reported by plcl, Takashi Iwai)
  * One symbol was dropped from libfluidsynth.so - this symbol was not part of the public API though. (reported by Alessio Treglia)
  * Windows 64 bit: Wrong prototype declaration for MIDI (reported by Graham Goode)
  * JACK: Using jack_free instead of free when needed. Note that this might require a later version of JACK than previously. (reported
    by Graham Goode)
  * Update Free Software Foundation address (reported by ogetbilo)

1.1.4:

  * Several improvements and fixes to the CMake build system, especially for Mac OS X
  * Several bug fixes to the engine, notably quite a few which could cause FluidSynth to sound bad in some cases.
  * API additions, that make it possible to
       * load MIDI files from memory
       * to inspect/modify MIDI events as they are being played from a MIDI file
       * to change channels between melodic and drum mode
       * and to silence all notes in one command.
  * Improvements to the CoreAudio driver

1.1.3:

* Compilation with LADSPA enabled was broken in 1.1.2 - fixed (plcl, diwic)
* Multichannel output broken when double precision was used - fixed (plcl, diwic)
* Doxygen settings (plcl)
* Mac OS X build system fixes (plcl, Benjamin Reed, Jean-Franc,ois Mertens)
* Fix build problem with scummvm (Alexander Hansen, Ebrahim Mayat)
* Optimize by not starting unused threads with multicore rendering (diwic)
* Window handle creation/destruction in Windows dll version (Andy Fillebrown)
* Race condition in alsa_seq / alsa_raw drivers caused them not to quit (diwic)

1.1.2:

Big changes:

  * New CMake build system [plcl]
       * Winbuild and Macbuild directories dropped
       * Autotools build system is deprecated, but is still working
  * Rewriting of thread safety [diwic]
       * Two new settings control the thread safety mode. The default is to be backwards compatible.

Smaller changes:

  * Voice overflow settings [diwic]
  * Possible to update polyphony, up to 65536 (and beyond initial setting) [diwic]
  * Possible to update sample rate (jack driver updates sample rate correctly) [diwic]
  * MIDI Bank Select handling fixed [plcl]
  * Source files moved into different subdirectories [diwic]
  * Can use RealTimeKit (on Linux) to get real-time priority [diwic]
  * Shell commands for pitch bend and pitch bend range [monk]
  * PulseAudio driver: specify media role, and allow pulseaudio to adjust latency [diwic]
  * Bug fixes [diwic, plcl, KO Myung hun, Felix Krause, laurent, nshepperd]

1.1.1:
Bug fixes

     * Recommit fix for voice stealing algorithm (David Henningsson)
     * Update deltatime on midi file load, ticket #59 (David Henningsson and Josh Green, reported by Hans Petter Selasky)
     * Build fix on OS X 10.4 (David Fang and Ebrahim Mayat)
     * Fixed most asynchronous assignment/query regressions affecting QSynth (chorus, reverb, polyphony, MIDI CCs and presets) (Josh Green,
       reports and testing by Rui Nuno Capela)
     * Reverted queuing of chorus and reverb assignments which fixes real-time performance issues when changing values (Josh Green)
     * Fixed issue with audio thread changes affecting CoreAudio on OS X (Josh Green, reported by Ebrahim Mayat)
     * Improved SMP safety with CC MIDI controls, polyphony, modulators and synth gain (Josh Green)
     * Fixed crash bugs in fluid_timer functions (Josh Green)
     * Reverted char * -> const char * changes to function prototypes (Josh Green, reported by Rui Nuno Capela)
     * Fixed TCP server build issue where WITHOUT_SERVER was still being set on win32 (Josh Green)
     * Fixed crash when Jack driver was re-created (Josh Green)
     * Fixed unknown macro warning in FluidSynth man page (David Henningsson)

Misc

     * Return queue process is now a thread instead of a timer and more responsive (Josh Green)
     * Added missing dist files in doc/ (Josh Green)
     * Updated README-OSX (Ebrahim Mayat)

1.1.0:
Features and improvements

     * Extensive work on making FluidSynth more thread safe, resulting in better stability.
     * Audio file rendering for MIDI to audio file conversion, faster than realtime (#15).
     * Optional libsndfile support for file rendering in different audio file formats (wav, flac, ogg vorbis, etc) (#30).
     * Audio and MIDI are synchronized for MIDI file playback.
     * Server can be specified for Jack audio and MIDI drivers.
     * Jack audio and MIDI is now synchronized (when same Jack server used).
     * MIDI file playback is now timed correctly, even with large audio buffer sizes.
     * Fixed issue with missing percussion in MIDI files caused by very short notes, using synth.min-note-length setting (#1).
     * Improved support for MIDI tuning standard, including SYSEX support and realtime tuning activation.
     * Multi-core support for utilizing multiple CPUs for synthesis or increasing speed of file rendering.
     * Voices for a note-on event are started synchronously (#46).
     * TCP/IP shell server support for windows (#20).
     * Improved settings output (-o help) (alphabetically sorted and string options listed).
     * Audio driver (-a) and MIDI driver (-m) options now accept "help" and list available options (#41).
     * Added audio.realtime-prio and midi.realtime-prio for controlling realtime scheduling of some audio and MIDI drivers.
     * Default priority levels of audio and MIDI threads set to 60 and 50 respectively.
     * All yes/no string boolean settings converted to integer toggle settings (with backwards compatibility).
     * glib is now a required dependency.
     * Updated README-OSX
     * Added "voice_count" shell command for getting current number of active voices.

New command line options

     * -F, --fast-render=[file]
     * -T, --audio-file-type
     * -O, --audio-file-format
     * -E, --audio-file-endian

New or changed parameters

     * Audio file output settings: audio.file.endian, audio.file.format, audio.file.name, audio.file.type, audio.sample-format
     * Realtime scheduling settings: audio.realtime-prio, midi.realtime-prio
     * Jack settings: audio.jack.server and midi.jack.server
     * Other settings: player.reset-synth, player.timing-source, synth.cpu-cores (experimental), synth.min-note-length

Bug fixes and minor changes

     * Fixed enabling of high priority scheduling in many audio drivers.
     * Fixed bank selection logic
     * Build fixes for mingw and VC++ builds on Windows
     * Fix default values (after MIDI reset) to be more consistent with MIDI spec (#29).
     * Removed VintageDreamsWaves?-v2.sf2 since it wasn't under a free license.
     * Solaris build fix (#52)
     * Implemented fluid_player_set_loop (#33)
     * Fixed scaletune error (#26)
     * Fixed synth reset between songs (#31)
     * Fixed pitch bend error in Windows MIDI driver (#54)
     * Skip remaining track data in MIDI file after EOT (#53)
     * Bug fix in MIDI router where mutex was left locked with MIDI system reset message.
     * Help command now shows list of topics instead of General help.
     * Fixed non-blocking in alsa_raw, alsa_seq and OSS MIDI drivers.
     * Fixed segfault on config file load (#45).

Revision 1.8 / (download) - annotate - [select for diffs], Wed May 13 22:08:21 2009 UTC (14 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.7: +6 -6 lines
Diff to previous 1.7 (colored)

Update to 1.0.9. Set LICENSE to gnu-lgpl-v2.

Features and improvements

    * New PulseAudio? driver (Josh Green)
    * New Jack MIDI driver (Josh Green)
    * New CoreMIDI driver (Pedro Lopez-Cabanillas)
    * Portaudio driver re-written for Portaudio 19 (Josh Green)
    * Support for OS/2 including Dart audio driver (KO Myung-Hun)
    * RPN GM MIDI messages now handled for Bend Range, Fine Tune
    and Coarse Tune (Josh Green)
    * MIDI channel pressure now handled (Bernat Arlandis i Mañó)
    * MIDI Program/Bank instrument fallback selection logic (Josh
    Green and thanks also to Jimmy)
    * Added midi.portname setting to ALSA sequencer, -p command
    line switch (Nicolas Boulicault)
    * Added midi.winmidi.device setting to winmidi driver (Pedro
    Lopez-Cabanillas)
    * Updated Max/MSP FluidSynth binding (Norbert Schnell)

Synthesis Changes

    * Volume attenuation SoundFont generator now behaves more like
    EMU10K1 (S. Christian Collins)
    * Stop forcing velocity based filtering (S. Christian Collins)
    * Fixes to linear/bipolar/positive and convex/bipolar/positive
    modulator functions (S. Christian Collins)
    * Added fix to properly search for percussion instrument (Josh
    Green)
    * Force velocity envelope value to be that of the previous
    stage when switching from decay to sustain (S. Christian Collins)
    * Filter calculation now uses synthesizer sample rate rather
    than fixed at 44100 (S. Christian Collins)

Bug fixes

    * Fixed Jack driver in "audio.jack.multi=yes" mode and Jack
    audio driver cleanup (Bernat Arlandis i Mañó and Pedro
    Lopez-Cabanillas)
    * Wrong tempo changes (ticket #22 - Pedro Lopez-Cabanillas)
    * Crash bug fix related to using certain modulators in a preset
    (S. Christian Collins)
    * Fix to non-option command line argument processing when not
    using readline (Pedro Lopez-Cabanillas)
    * dsound device can't be selected (Ticket #16 - Pedro
    Lopez-Cabanillas)
    * Minor build fixes (Josh Green)
    * Fixed compilation under MSVC 2008 and older (Pedro
    Lopez-Cabanillas)

Misc. stuff

    * Updated README-OSX build instructions (Ebrahim Mayat)
    * FluidSynth fink package accepted for Mac OS X (Ebrahim Mayat)
    * Minor fixes to FluidSynth man page (Sven Hoexter)

Revision 1.7 / (download) - annotate - [select for diffs], Sun Dec 16 15:18:29 2007 UTC (16 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.6: +9 -9 lines
Diff to previous 1.6 (colored)

Changes 1.0.8:
* Bug fixes

Revision 1.6 / (download) - annotate - [select for diffs], Mon Feb 5 23:23:12 2007 UTC (17 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.5: +5 -5 lines
Diff to previous 1.5 (colored)

Update to 1.0.7a:

Uploaded FluidSynth 1.0.7a with a bug fix for the build error that
occurred when neither LASH or LADCCA were enabled.  Also contains an
updated README-OSX from Ebrahim Mayat.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Oct 2 15:29:36 2006 UTC (17 years, 6 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

test(1) does not know the == operator.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Feb 19 18:26:43 2006 UTC (18 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.3: +6 -5 lines
Diff to previous 1.3 (colored)

Changes 1.0.7:
LASH support has been added.
Improved command line argument handling.
AMD-64 bugfixes
Few synthesis bugfixes.
Other miscellaneous improvements.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Oct 31 15:23:54 2005 UTC (18 years, 5 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

Interix has neither mlock(2) nor socklen_t.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Jul 14 12:49:34 2005 UTC (18 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.1: +5 -5 lines
Diff to previous 1.1 (colored)

Changes 1.0.6:
* Bug fixes

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Apr 25 13:53:37 2005 UTC (18 years, 11 months ago) by adam
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

FluidSynth is a real-time software synthesiser based on the SoundFont 2 spec

Revision 1.1 / (download) - annotate - [select for diffs], Mon Apr 25 13:53:37 2005 UTC (18 years, 11 months ago) by adam
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>