From 30e894fbe45c9ba6384800290c946c0f0e44ce51 Mon Sep 17 00:00:00 2001 From: Javier Nonis Date: Sun, 1 Apr 2018 19:39:46 -0300 Subject: [PATCH] Fix for LADSPA chorus send port. --- src/rvoice/fluid_rvoice_mixer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rvoice/fluid_rvoice_mixer.c b/src/rvoice/fluid_rvoice_mixer.c index 810fbb8a..dcceba51 100644 --- a/src/rvoice/fluid_rvoice_mixer.c +++ b/src/rvoice/fluid_rvoice_mixer.c @@ -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