fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [fluid-dev] FluidSynth 2.0 beta issue


From: Graham Goode
Subject: Re: [fluid-dev] FluidSynth 2.0 beta issue
Date: Mon, 23 Jul 2018 11:38:32 +0200

Awesome list, thanks!

I replaced
fluid_synth_create_octave_tuning(context->synth, jtuningBank,
jtuningProgram, (char*)name, derivations);
with
fluid_synth_activate_octave_tuning(context->synth, jtuningBank,
jtuningProgram, (char*)name, derivations, "FALSE");

And it now compiles. Will get to testing later in the day :)

GrahamG

>> You (or some programmer) must adapt the fluidsynthJNI.c to the new 2.0
>> API in order to successfully compile. Almost all breaking changes are
>> documented in the API docs:
>> http://www.fluidsynth.org/api-unstable/index.html#NewIn2_0_0



reply via email to

[Prev in Thread] Current Thread [Next in Thread]