mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Update Fluidsynth to v2.0.2
This commit is contained in:
parent
f28b03c305
commit
8c4c97d1e2
34 changed files with 16320 additions and 648 deletions
|
|
@ -71,6 +71,7 @@ rsync -auc --info=progress2 \
|
|||
${FSR}src/synth/fluid_voice.h \
|
||||
${FSR}src/utils/fluid_conv.c \
|
||||
${FSR}src/utils/fluid_conv.h \
|
||||
${FSR}src/utils/fluid_conv_tables.h \
|
||||
${FSR}src/utils/fluid_hash.c \
|
||||
${FSR}src/utils/fluid_hash.h \
|
||||
${FSR}src/utils/fluid_list.c \
|
||||
|
|
@ -102,4 +103,7 @@ rsync -auc --info=progress2 \
|
|||
"$ASRC/libs/fluidsynth/fluidsynth/"
|
||||
|
||||
cd "$ASRC"
|
||||
patch -p1 < tools/ardour_fluidsynth.diff
|
||||
patch -p1 < tools/fluid-patches/ardour_fluidsynth.diff
|
||||
|
||||
cp tools/fluid-patches/fluid_conv_tables.c libs/fluidsynth/src/
|
||||
cp tools/fluid-patches/fluid_rvoice_dsp_tables.c libs/fluidsynth/src/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue