Hi Anuj,

2017-03-26 8:00 GMT+02:00 Anuj Deshpande <a...@makerville.io>:

>   /* Set the synthesizer settings, if necessary */
>   printf("Creating new synth .. \r\n");
>   synth = new_fluid_synth(settings);
>   printf("Creating new audio driver.. \r\n");
>   fluid_settings_setstr(settings, "audio.driver", "coreaudio");
>   adriver = new_fluid_audio_driver(settings, synth);

Make sure to check the return values from the FluidSynth API calls, they
return FLUID_ERR on error. If adriver returns successfully, you should see
an additional thread (possibly with higher priority) in your process.

Cheers,

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

Reply via email to