mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Update Fluidsynth to v2.0.4
see https://github.com/FluidSynth/fluidsynth/releases/tag/v2.0.4
This commit is contained in:
parent
63fdfd9e85
commit
75134e8ccf
27 changed files with 309 additions and 389 deletions
|
|
@ -3,8 +3,8 @@
|
|||
|
||||
#define FLUIDSYNTH_VERSION_MAJOR 2
|
||||
#define FLUIDSYNTH_VERSION_MINOR 0
|
||||
#define FLUIDSYNTH_VERSION_MICRO 2
|
||||
#define FLUIDSYNTH_VERSION "2.0.2"
|
||||
#define FLUIDSYNTH_VERSION_MICRO 4
|
||||
#define FLUIDSYNTH_VERSION "2.0.4"
|
||||
|
||||
/* Define to enable ALSA driver */
|
||||
/* #undef ALSA_SUPPORT */
|
||||
|
|
@ -198,7 +198,7 @@
|
|||
/* #undef TRAP_ON_FPE */
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "1.1.6"
|
||||
#define VERSION "2.0.4"
|
||||
|
||||
/* Define to do all DSP in single floating point precision */
|
||||
/* #undef WITH_FLOAT */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue