mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 15:01:40 +00:00
Correct documentation for fluid_ladspa_run
This commit is contained in:
parent
47d640571b
commit
e0dcdbcdfc
1 changed files with 4 additions and 2 deletions
|
@ -344,8 +344,10 @@ int fluid_ladspa_reset(fluid_ladspa_fx_t *fx)
|
|||
* resulting audio back into the same buffers.
|
||||
*
|
||||
* @param fx LADSPA effects instance
|
||||
* @param buf array of pointers into the interleaved left and right audio group buffers
|
||||
* @param fx_buf array of pointers into the interleaved left and right effects channel buffers
|
||||
* @param left_buf array of pointers into the left audio group buffers
|
||||
* @param right_buf array of pointers into the right audio group buffers
|
||||
* @param fx_left_buf array of pointers into the left effects buffers
|
||||
* @param fx_right_buf array of pointers into the right effects buffers
|
||||
*/
|
||||
void fluid_ladspa_run(fluid_ladspa_fx_t *fx, fluid_real_t *left_buf[], fluid_real_t *right_buf[],
|
||||
fluid_real_t *fx_left_buf[], fluid_real_t *fx_right_buf[])
|
||||
|
|
Loading…
Reference in a new issue