Re: [fluid-dev] Instance creation

2017-03-26 Thread Marcus Weseloh
Hi Anuj, 2017-03-26 8:00 GMT+02:00 Anuj Deshpande : > /* 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"

Re: [fluid-dev] Instance creation

2017-03-26 Thread Tom M.
> ...but I am not able to see an instance of fluidsynth being created in my processes. Why should you see it? You are not executing the fluidsynth executable. You are executing your own program which uses fluidsynth's API, i.e. libfluidsynth.dylib gets linked to build/exec during compilation. When