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

_______________________________________________
fluid-dev mailing list
fluid-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/fluid-dev

Reply via email to