mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
parent
8322d95425
commit
4d76a6ad85
2 changed files with 2 additions and 2 deletions
|
@ -184,7 +184,7 @@ void fluid_dsound_audio_driver_settings(fluid_settings_t *settings)
|
||||||
fluid_audio_driver_t *
|
fluid_audio_driver_t *
|
||||||
new_fluid_dsound_audio_driver(fluid_settings_t *settings, fluid_synth_t *synth)
|
new_fluid_dsound_audio_driver(fluid_settings_t *settings, fluid_synth_t *synth)
|
||||||
{
|
{
|
||||||
return new_fluid_dsound_audio_driver2(settings, (fluid_audio_func_t)fluid_synth_process, synth);
|
return new_fluid_dsound_audio_driver2(settings, NULL, synth);
|
||||||
}
|
}
|
||||||
|
|
||||||
fluid_audio_driver_t *
|
fluid_audio_driver_t *
|
||||||
|
|
|
@ -266,7 +266,7 @@ void fluid_waveout_audio_driver_settings(fluid_settings_t *settings)
|
||||||
fluid_audio_driver_t *
|
fluid_audio_driver_t *
|
||||||
new_fluid_waveout_audio_driver(fluid_settings_t *settings, fluid_synth_t *synth)
|
new_fluid_waveout_audio_driver(fluid_settings_t *settings, fluid_synth_t *synth)
|
||||||
{
|
{
|
||||||
return new_fluid_waveout_audio_driver2(settings, (fluid_audio_func_t)fluid_synth_process, synth);
|
return new_fluid_waveout_audio_driver2(settings, NULL, synth);
|
||||||
}
|
}
|
||||||
|
|
||||||
fluid_audio_driver_t *
|
fluid_audio_driver_t *
|
||||||
|
|
Loading…
Reference in a new issue