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

Path used to look for plugins #23

Closed zigmhount closed 8 months ago

zigmhount commented 8 months ago

Hi there,

I just discovered Non-Mixer-XT yesterday and I'm very excited by the synth plugin hosting, thanks for your work! However I'm having troubles finding some of my VSTs. Is it handling VST2 as well as VST3? if yes, in which folders is it searching for plugins? I couldn't find anything in the source code (but I did find paths to e.g. VST3 folders including $HOME/.vst3).

Thanks! Zig

Stazed commented 8 months ago

The VST2 plugin support has not been released yet. Will be merged to main soon with the next release. You can try it out on the wip (work in process) branch. Use caution with the wip branch as it sometimes can be unstable.

zigmhount commented 8 months ago

Great, thanks for the quick response!

zigmhount commented 8 months ago

FWIW in case it helps others: I just realized that a simple workaround is to insert Carla as a LV2 plugin on a strip, and then insert a VST2 plugin inside Carla. Probably less risky than building the wip branch!