OBS-LV2
LV2 plugin host for OBS.
Warning
This plugin is in alpha state - some features may not work. It also may and probably will crash your OBS. Backup your profile.
Building && Installing
$ meson --prefix=/usr build/
$ ninja -C build
System-wide installation:
$ sudo ninja -C build install
Single user (works with OBS 25 on Arch):
mkdir -p ~/.config/obs-studio/plugins/obs-lv2/bin/64bit/
cp -v build/obs-lv2.so ~/.config/obs-studio/plugins/obs-lv2/bin/64bit/
Paths may depend on your installation.