mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-01 00:21:14 +00:00
proper indentation
This commit is contained in:
parent
1ff2002ab5
commit
48e52c8b04
1 changed files with 2 additions and 2 deletions
|
@ -39,9 +39,9 @@ void fluid_rvoice_mixer_set_finished_voices_callback(
|
|||
|
||||
int fluid_rvoice_mixer_render(fluid_rvoice_mixer_t* mixer, int blockcount);
|
||||
int fluid_rvoice_mixer_get_bufs(fluid_rvoice_mixer_t* mixer,
|
||||
fluid_real_t*** left, fluid_real_t*** right);
|
||||
fluid_real_t*** left, fluid_real_t*** right);
|
||||
int fluid_rvoice_mixer_get_fx_bufs(fluid_rvoice_mixer_t* mixer,
|
||||
fluid_real_t*** fx_left, fluid_real_t*** fx_right);
|
||||
fluid_real_t*** fx_left, fluid_real_t*** fx_right);
|
||||
|
||||
fluid_rvoice_mixer_t* new_fluid_rvoice_mixer(int buf_count, int fx_buf_count,
|
||||
fluid_real_t sample_rate);
|
||||
|
|
Loading…
Reference in a new issue