Stazed / non-mixer-xt

Reboot of Non Mixer with eXTended LV2 support, CLAP, VST(2) and VST3 support.
GNU General Public License v2.0
27 stars 6 forks source link

Synth plugins are not available anymore in mixer strip signal chain #22

Closed crshrprt closed 11 months ago

crshrprt commented 11 months ago

In the last months it seems something changed about the requirements about what plugins can be added to a signal chain inside a mixer strip. Synth plugins in particular can't be added to a channel strip. The only synth listed is Surge XT. Is it because it has audio input ports?

Stazed commented 11 months ago

Are you following the help instructions for LV2 special cases? I sounds like you are trying to add a synth in the wrong location or have the wrong number of audio inputs. Nothing has changed about requirements on the main branch.

crshrprt commented 11 months ago

Where are these "help instructions for LV2 special cases"?

edit: Found it, it's in the docs

crshrprt commented 11 months ago

Yes, it works following the procedure described in 1.2.3.1.3.1. LV2 Special Cases, thank you.