How To Build and Deploy LV2 Plugin to MOD Duo
Jump to navigation
Jump to search
Introduction
In order to have a LV2 plugin running in a MOD Device you'll need the following:
- Understand the very basics of LV2
- Get the build tools
- Bootstrap your project
- Compile it
- Deploy it
- Publish it
Let's dive in.
Basics of LV2
Get the build tools
A LV2 plugin is just a binary. However to run in a MOD Device it must be compiled for that particular hardware and software (libraries). This mean you'll have to use a custom compiler called MOD Plugin Builder.