mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
Merge pull request #362 from jnonis/master
Fix for LADSPA chorus send port.
This commit is contained in:
commit
b37157b709
1 changed files with 1 additions and 1 deletions
|
@ -656,7 +656,7 @@ void fluid_rvoice_mixer_set_ladspa(fluid_rvoice_mixer_t* mixer,
|
|||
&mixer->buffers.fx_left_buf[SYNTH_REVERB_CHANNEL]);
|
||||
|
||||
fluid_ladspa_add_host_ports(ladspa_fx, "Chorus:Send", 1,
|
||||
&mixer->buffers.fx_left_buf[SYNTH_REVERB_CHANNEL]);
|
||||
&mixer->buffers.fx_left_buf[SYNTH_CHORUS_CHANNEL]);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue