mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-03-02 23:42:00 +00:00
Fix for LADSPA chorus send port.
This commit is contained in:
parent
9196636177
commit
30e894fbe4
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]);
|
&mixer->buffers.fx_left_buf[SYNTH_REVERB_CHANNEL]);
|
||||||
|
|
||||||
fluid_ladspa_add_host_ports(ladspa_fx, "Chorus:Send", 1,
|
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
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue