# Pick your C++ compiler
$ echo clang++ > conf-c++
# Pick the right dynamic library suffix for your platform
# Linux: so
# macOS: dylib
# Windows: dll
$ echo so > conf-sosuffix
# Build the code
$ ./make.sh
# Copy the plugin to your system-specific LV2 plugin directory
$ cp -rv out/xswitch8.lv2 /usr/lib/lv2/
-
Notifications
You must be signed in to change notification settings - Fork 0
Audio switch LV2 plugin
License
io7m/xswitch
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Audio switch LV2 plugin
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published