Skip to content

LADSPA Reverb/Chorus Send: from mono to stereo #1161

Answered by derselbst
md1872b asked this question in Q&A
Discussion options

You must be logged in to vote

@mawe42 is the LADSPA expert, but he seems to be busy.

So, yes the input channels used for reverb and chorus are mono currently. Even for fluidsynth's internal effects. In both cases, the fx unit is expected to create a stereo output signal. You may find more information here and some thoughts about improving this here.

Do you have any tips in exteding this?
I already saw I need to change the buffer for rvoice and adjusting the gain calculation for each buffer

You seem to be on the right track. Rather than using an ugly macro with hard-coded indexing for fluid_rvoice_buffers_set_amp and friends (as done e.g. here), one should think about defining an enum instead

typedef enum  {
DRY_L,
D…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@md1872b
Comment options

Answer selected by md1872b
Comment options

You must be logged in to vote
1 reply
@derselbst
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants