rncbc / qsynth

Qsynth - A fluidsynth Qt GUI Interface
https://qsynth.sourceforge.io
GNU General Public License v2.0
66 stars 18 forks source link

init ladspa's on channel(s) as part of patch #77

Closed coderofsalvation closed 8 months ago

coderofsalvation commented 8 months ago

One of the things about qsynth is that it's a run-and-jam-frontend for fluidsynth, the gold standard of soundfont playback. Something what I would like is setting up a ladspa on the master, or a different ladspa on the reverb/chorus channel. Heck, I even would not mind setting a highpass-filter ladspa on that lead-synth as well. Any idea on doing the following with qsynth:

https://github.com/FluidSynth/fluidsynth/blob/master/doc/ladspa.md

This is a bit of gray area I guess, because on one hand qsynth is a fluidsynth frontend, but on the other hand it might fall outside of the 'patch'-scope. Any thoughts on this?

rncbc commented 8 months ago

LADSPA plugin insertion and mangemente is not in the plans, sorry.

but thanks.