diff --git a/deps/fluidsynth/include/fluidsynth/audio.h b/deps/fluidsynth/include/fluidsynth/audio.h index 6c0e9357..bd7612a4 100644 --- a/deps/fluidsynth/include/fluidsynth/audio.h +++ b/deps/fluidsynth/include/fluidsynth/audio.h @@ -74,9 +74,9 @@ extern "C" { * For further details please refer to fluid_synth_process(). * * @parblock - * @note Whereas fluid_synth_process() allows aliasing buffers, there is the guarentee that @p out + * @note Whereas fluid_synth_process() allows aliasing buffers, there is the guarantee that @p out * and @p fx buffers provided by fluidsynth's audio drivers never alias. This prevents downstream - * applications from e.g. applying a custom effect accidentially to the same buffer multiple times. + * applications from e.g. applying a custom effect accidentally to the same buffer multiple times. * @endparblock * * @parblock diff --git a/deps/fluidsynth/include/fluidsynth/midi.h b/deps/fluidsynth/include/fluidsynth/midi.h index 047dcfc7..067db84e 100644 --- a/deps/fluidsynth/include/fluidsynth/midi.h +++ b/deps/fluidsynth/include/fluidsynth/midi.h @@ -145,7 +145,7 @@ FLUIDSYNTH_API int fluid_midi_event_get_lyrics(fluid_midi_event_t *evt, * @defgroup midi_router MIDI Router * @ingroup midi_input * - * Rule based tranformation and filtering of MIDI events. + * Rule based transformation and filtering of MIDI events. * * @{ */ diff --git a/deps/fluidsynth/include/fluidsynth/seq.h b/deps/fluidsynth/include/fluidsynth/seq.h index 35c46eed..2e079754 100644 --- a/deps/fluidsynth/include/fluidsynth/seq.h +++ b/deps/fluidsynth/include/fluidsynth/seq.h @@ -47,7 +47,7 @@ extern "C" { * @param data User defined data registered with the client * * @note @p time may not be of the same tick value as the scheduled event! In fact, depending on - * the sequencer's scale and the synth's sample-rate, @p time may a few ticks too late. Although this + * the sequencer's scale and the synth's sample-rate, @p time may be a few ticks too late. Although this * itself is inaudible, it is important to consider, * when you use this callback for enqueuing additional events over and over again with * fluid_sequencer_send_at(): If you enqueue new events with a relative tick value you might introduce diff --git a/deps/fluidsynth/include/fluidsynth/version.h b/deps/fluidsynth/include/fluidsynth/version.h index 74803633..1836615e 100644 --- a/deps/fluidsynth/include/fluidsynth/version.h +++ b/deps/fluidsynth/include/fluidsynth/version.h @@ -31,10 +31,10 @@ extern "C" { * * @{ */ -#define FLUIDSYNTH_VERSION "2.2.1" /**< String constant of libfluidsynth version. */ +#define FLUIDSYNTH_VERSION "2.2.2" /**< String constant of libfluidsynth version. */ #define FLUIDSYNTH_VERSION_MAJOR 2 /**< libfluidsynth major version integer constant. */ #define FLUIDSYNTH_VERSION_MINOR 2 /**< libfluidsynth minor version integer constant. */ -#define FLUIDSYNTH_VERSION_MICRO 1 /**< libfluidsynth micro version integer constant. */ +#define FLUIDSYNTH_VERSION_MICRO 2 /**< libfluidsynth micro version integer constant. */ FLUIDSYNTH_API void fluid_version(int *major, int *minor, int *micro); FLUIDSYNTH_API char* fluid_version_str(void); diff --git a/deps/fluidsynth/lib/libfluidsynth.a b/deps/fluidsynth/lib/libfluidsynth.a index 7e3055ed..57ce3b92 100644 Binary files a/deps/fluidsynth/lib/libfluidsynth.a and b/deps/fluidsynth/lib/libfluidsynth.a differ diff --git a/deps/fluidsynth/lib/pkgconfig/fluidsynth.pc b/deps/fluidsynth/lib/pkgconfig/fluidsynth.pc index 34775c1f..bb9fa891 100644 --- a/deps/fluidsynth/lib/pkgconfig/fluidsynth.pc +++ b/deps/fluidsynth/lib/pkgconfig/fluidsynth.pc @@ -5,8 +5,7 @@ includedir=${prefix}/include Name: FluidSynth Description: Software SoundFont synth -Version: 2.2.1 -Requires.private: libinstpatch-1.0 +Version: 2.2.2 Libs: -L${libdir} -lfluidsynth -Libs.private: -framework AudioUnit -framework CoreAudio -framework CoreMIDI +Libs.private: -lgthread-2.0 -lintl -liconv -lglib-2.0 -lintl -liconv -lm -lpcre -lsndfile -lFLAC -lm -lvorbisenc -lvorbis -lm -logg -lopus -lm -linstpatch-1.0 -lgobject-2.0 -lintl -liconv -lffi -lgthread-2.0 -lintl -liconv -lglib-2.0 -lintl -liconv -lm -lpcre -lsndfile -lFLAC -lm -lvorbisenc -lvorbis -lm -logg -lopus -Wl,-framework,CoreAudio,-framework,AudioUnit -Wl,-framework,CoreMIDI,-framework,CoreServices Cflags: -I${includedir}