LV2 Plugins
LV2 Plugins
Mac supports VST plugins, and Apple wants you to use their own audio plugin system AU. But what if one wants to use plugins developed for LV2, aka LADSPA Version 2?
https://www.admiralbumblebee.com/music/2017/11/29/Run-LV2-plugins-on-macOS.html has details which @keithzg has tried to follow, as so:
- brew tap david0/homebrew-audio to add the repo to Homebrew, which I'd already installed
- brew install lv2vst
- which gave me "Error: david0/audio/lv2vst is a head-only formula.", so I had to instead install via brew install --HEAD david0/audio/lv2vst, that seems great and intuitive and not at all begging to break
- brew list lv2vst gave me "/usr/local/Cellar/lv2vst/HEAD-30a669a/lib/vst/ (3 files)"
- sudo ln -s /usr/local/Cellar/lv2vst/HEAD-30a669a/lib/vst/ /Library/Audio/Plug-Ins/VST/lv2.vst
- brew install --HEAD calf caps-lv2 eq10q mverb-lv2 x42-plugins to install a bunch of LV2 plugins
At this point in theory lv2vst is set up, and LV2 plugins dropped in these directories should automatically show up as VST plugins:
- ~/.lv2
- ~/Library/Audio/Plug-Ins/LV2
- /Library/Audio/Plug-Ins/LV2
If this is the last line in this documentation page, @keithzg could not confirm that . . .
- Last Author
- keithzg
- Last Edited
- Tue, Dec 17, 3:19 PM