Accepting request 905697 from home:derselbst:branches:multimedia:libs
- Update to 2.2.2 * The MIDI router now handles out-of-range parameters in a smarter manner * Keep pedaling effective when the same note is played more than once * Select soundfont samples by frequency instead of midi note numbers * Fix the sequencer's event ordering for NoteOn vel=0 events * libfluidsynth's import library was broken for MinGW builds * fluidsynth.exe short option `-Q` not working * Precompiled Android binaries didn't work * Fix openMP detection for XCode 12.5 * Make `audio.jack.autoconnect` connect all available ports * Prevent MIDI Player from continuously suppressing notes * `fluidsynth.pc` now includes private libraries for static linking * Fix typos in code and documentation OBS-URL: https://build.opensuse.org/request/show/905697 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=93
This commit is contained in:
parent
563bf5b4e5
commit
0f4515c5bb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c56660f23f6c406b36646cc619fc2d2a5265d1d3290e79bcef4505bcd985fdd
|
||||
size 1594153
|
3
fluidsynth-2.2.2.tar.gz
Normal file
3
fluidsynth-2.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:695aedbfd53160fef7a9a1f66cd6d5cc8a5da0fd472eee458d82b848b6065f9a
|
||||
size 1741567
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 11 17:21:21 UTC 2021 - Tom Mbrt <tom.mbrt@googlemail.com>
|
||||
|
||||
- Update to 2.2.2
|
||||
* The MIDI router now handles out-of-range parameters in a smarter manner
|
||||
* Keep pedaling effective when the same note is played more than once
|
||||
* Select soundfont samples by frequency instead of midi note numbers
|
||||
* Fix the sequencer's event ordering for NoteOn vel=0 events
|
||||
* libfluidsynth's import library was broken for MinGW builds
|
||||
* fluidsynth.exe short option `-Q` not working
|
||||
* Precompiled Android binaries didn't work
|
||||
* Fix openMP detection for XCode 12.5
|
||||
* Make `audio.jack.autoconnect` connect all available ports
|
||||
* Prevent MIDI Player from continuously suppressing notes
|
||||
* `fluidsynth.pc` now includes private libraries for static linking
|
||||
* Fix typos in code and documentation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 8 19:58:48 UTC 2021 - Tom Mbrt <tom.mbrt@googlemail.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define sover 3
|
||||
Name: fluidsynth
|
||||
Version: 2.2.1
|
||||
Version: 2.2.2
|
||||
Release: 0
|
||||
Summary: A Real-Time Software Synthesizer That Uses Soundfont(tm)
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user