Import libfluidsynth into the Ardour codebase
authorRobin Gareus <robin@gareus.org>
Tue, 23 Aug 2016 16:50:54 +0000 (18:50 +0200)
committerRobin Gareus <robin@gareus.org>
Tue, 23 Aug 2016 20:21:03 +0000 (22:21 +0200)
commitac05f050238d4b51c7b6a042e25cee59dc34da80
tree868cbbe114171e9907ecb3f049c86257039fdb74
parentac8617017ae94bf17cdd5b1f6e38e1434bcb2c54
Import libfluidsynth into the Ardour codebase
69 files changed:
libs/fluidsynth/README [new file with mode: 0644]
libs/fluidsynth/config.h [new file with mode: 0644]
libs/fluidsynth/fluidsynth/event.h [new file with mode: 0644]
libs/fluidsynth/fluidsynth/fluidsynth.h [new file with mode: 0644]
libs/fluidsynth/fluidsynth/gen.h [new file with mode: 0644]
libs/fluidsynth/fluidsynth/log.h [new file with mode: 0644]
libs/fluidsynth/fluidsynth/midi.h [new file with mode: 0644]
libs/fluidsynth/fluidsynth/misc.h [new file with mode: 0644]
libs/fluidsynth/fluidsynth/mod.h [new file with mode: 0644]
libs/fluidsynth/fluidsynth/settings.h [new file with mode: 0644]
libs/fluidsynth/fluidsynth/sfont.h [new file with mode: 0644]
libs/fluidsynth/fluidsynth/synth.h [new file with mode: 0644]
libs/fluidsynth/fluidsynth/types.h [new file with mode: 0644]
libs/fluidsynth/fluidsynth/voice.h [new file with mode: 0644]
libs/fluidsynth/src/fluid_adsr_env.c [new file with mode: 0644]
libs/fluidsynth/src/fluid_adsr_env.h [new file with mode: 0644]
libs/fluidsynth/src/fluid_chan.c [new file with mode: 0644]
libs/fluidsynth/src/fluid_chan.h [new file with mode: 0644]
libs/fluidsynth/src/fluid_chorus.c [new file with mode: 0644]
libs/fluidsynth/src/fluid_chorus.h [new file with mode: 0644]
libs/fluidsynth/src/fluid_conv.c [new file with mode: 0644]
libs/fluidsynth/src/fluid_conv.h [new file with mode: 0644]
libs/fluidsynth/src/fluid_defsfont.c [new file with mode: 0644]
libs/fluidsynth/src/fluid_defsfont.h [new file with mode: 0644]
libs/fluidsynth/src/fluid_event.c [new file with mode: 0644]
libs/fluidsynth/src/fluid_event_priv.h [new file with mode: 0644]
libs/fluidsynth/src/fluid_event_queue.h [new file with mode: 0644]
libs/fluidsynth/src/fluid_gen.c [new file with mode: 0644]
libs/fluidsynth/src/fluid_gen.h [new file with mode: 0644]
libs/fluidsynth/src/fluid_hash.c [new file with mode: 0644]
libs/fluidsynth/src/fluid_hash.h [new file with mode: 0644]
libs/fluidsynth/src/fluid_iir_filter.c [new file with mode: 0644]
libs/fluidsynth/src/fluid_iir_filter.h [new file with mode: 0644]
libs/fluidsynth/src/fluid_lfo.c [new file with mode: 0644]
libs/fluidsynth/src/fluid_lfo.h [new file with mode: 0644]
libs/fluidsynth/src/fluid_list.c [new file with mode: 0644]
libs/fluidsynth/src/fluid_list.h [new file with mode: 0644]
libs/fluidsynth/src/fluid_midi.c [new file with mode: 0644]
libs/fluidsynth/src/fluid_midi.h [new file with mode: 0644]
libs/fluidsynth/src/fluid_mod.c [new file with mode: 0644]
libs/fluidsynth/src/fluid_mod.h [new file with mode: 0644]
libs/fluidsynth/src/fluid_phase.h [new file with mode: 0644]
libs/fluidsynth/src/fluid_rev.c [new file with mode: 0644]
libs/fluidsynth/src/fluid_rev.h [new file with mode: 0644]
libs/fluidsynth/src/fluid_ringbuffer.c [new file with mode: 0644]
libs/fluidsynth/src/fluid_ringbuffer.h [new file with mode: 0644]
libs/fluidsynth/src/fluid_rvoice.c [new file with mode: 0644]
libs/fluidsynth/src/fluid_rvoice.h [new file with mode: 0644]
libs/fluidsynth/src/fluid_rvoice_dsp.c [new file with mode: 0644]
libs/fluidsynth/src/fluid_rvoice_event.c [new file with mode: 0644]
libs/fluidsynth/src/fluid_rvoice_event.h [new file with mode: 0644]
libs/fluidsynth/src/fluid_rvoice_mixer.c [new file with mode: 0644]
libs/fluidsynth/src/fluid_rvoice_mixer.h [new file with mode: 0644]
libs/fluidsynth/src/fluid_settings.c [new file with mode: 0644]
libs/fluidsynth/src/fluid_settings.h [new file with mode: 0644]
libs/fluidsynth/src/fluid_sfont.h [new file with mode: 0644]
libs/fluidsynth/src/fluid_synth.c [new file with mode: 0644]
libs/fluidsynth/src/fluid_synth.h [new file with mode: 0644]
libs/fluidsynth/src/fluid_sys.c [new file with mode: 0644]
libs/fluidsynth/src/fluid_sys.h [new file with mode: 0644]
libs/fluidsynth/src/fluid_tuning.c [new file with mode: 0644]
libs/fluidsynth/src/fluid_tuning.h [new file with mode: 0644]
libs/fluidsynth/src/fluid_voice.c [new file with mode: 0644]
libs/fluidsynth/src/fluid_voice.h [new file with mode: 0644]
libs/fluidsynth/src/fluidsynth_priv.h [new file with mode: 0644]
libs/fluidsynth/wscript [new file with mode: 0644]
tools/ardour_fluidsynth.diff [new file with mode: 0644]
tools/update_fluidsynth.sh [new file with mode: 0755]
wscript