fix mistaken usage of fluid_synth_process in coreaudio driver

This commit is contained in:
derselbst 2018-10-30 18:07:07 +01:00
parent 31ccc6b6a0
commit 4d8954ee30

View file

@ -144,7 +144,7 @@ fluid_audio_driver_t *
new_fluid_core_audio_driver(fluid_settings_t *settings, fluid_synth_t *synth)
{
return new_fluid_core_audio_driver2(settings,
fluid_synth_process,
NULL,
synth);
}