-
-
Notifications
You must be signed in to change notification settings - Fork 338
Description
I'm used to digital audio mixing consoles from Yamaha, and I miss the visual feedback when using the non-graphical equalizer in easyeffects. Here's what the Yamaha CL series EQ looks like:
In the Linux world, I'm a fan of some of the Calf virtual effect devices, for example the graphical multi-band equalizer that is quite similar:
Specifically the combination of variable-frequency bands and combination with the audio level visualization in the background are really useful, because it allows you to see how your settings are influencing the mix. It also allows you to see and immediately fix issues like audio feedback.
I searched through the issue tracker regarding graphical equalizers, and found #634, #515 and #663, and it seems that you're using some APIs of existing effect plugins, but that graphing them is difficult, correct?
Might it be an alternative to allow hosting external LV2 plugins directly, similar to the way calfjackhost does it? Would that be possible? (I'm not familiar with the APIs involved, so I don't know what effort this would involve. Calfjackhost _looks_simple, but maybe it isn't.)

