How to use helm as a vst or lv2 plugin?
baermathias opened this issue · 1 comments
baermathias commented
I have downloaded the .deb file from helms homepage, installed it via double click and now I can use it as a stand alone client.
The console whereis helm
tells me it was installed here:
helm: /usr/bin/helm /usr/share/helm /usr/share/man/man1/helm.1.gz
But where can I find the vst or lv2 files? Usually its here usr/lib/vst
, usr/lib/vst3
, but I cant find them.
Schlabonski commented
Checking out from pull request #274 and building the lv2 plugin
make lv2
make install_lv2`
worked for me!