You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These steps outline how to build an LV2 plugin using Dplug. LV2 is licensed under the ISC license which is a verypermissive open source license. LV2 plugins built with Dplug can be distributed without any licensing constraints.
Step 1. Modifying dub.json
Add a dependency on dplug:formats to dub.json
eg:
"dependencies":
{
"dplug:formats": "~>16.0"
}
Step 2. LV2 Configuration
Add a configuration with a name starting with LV2 in your plugin project