diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2019-12-24 02:28:57 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-12-25 08:55:26 -0800 |
commit | 2a6783a180ad2b477dc94f74ae4b749c28b53e0c (patch) | |
tree | 458eec641afc82cc90a690f2e770823c535b8580 /meta-multimedia | |
parent | f29dfed64a56c9d952d18139d74adc1574ff79f4 (diff) | |
download | meta-openembedded-2a6783a180ad2b477dc94f74ae4b749c28b53e0c.tar.gz |
fluidsynth: upgrade 2.0.9 -> 2.1.0
As the version number suggests this is largely a feature upgrade:
>From annoucement:
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)
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia')
-rw-r--r-- | meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc index 764ed375e..9ce65064d 100644 --- a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc +++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc | |||
@@ -4,9 +4,9 @@ SECTION = "libs/multimedia" | |||
4 | LICENSE = "LGPL-2.1" | 4 | LICENSE = "LGPL-2.1" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/FluidSynth/fluidsynth.git;branch=2.0.x" | 7 | SRC_URI = "git://github.com/FluidSynth/fluidsynth.git" |
8 | SRCREV = "c2f4683bf57f61451d14d219fdb25cf9f29cb7fe" | 8 | SRCREV = "37c9ae2bf431a764032f023b3b2c0c0b86b7c272" |
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | PV = "2.0.9" | 10 | PV = "2.1.0" |
11 | 11 | ||
12 | inherit cmake pkgconfig lib_package | 12 | inherit cmake pkgconfig lib_package |