mtytel / helm

Helm - a free polyphonic synth with lots of modulation
http://tytel.org/helm
GNU General Public License v3.0
2.34k stars 201 forks source link

How to use helm as a vst or lv2 plugin? #294

Open baermathias opened 2 years ago

baermathias commented 2 years ago

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 2 years ago

Checking out from pull request #274 and building the lv2 plugin

make lv2
make install_lv2`

worked for me!