Difference between revisions of "How To Build and Deploy LV2 Plugin to MOD Duo"

From MOD Wiki
Jump to navigation Jump to search
(Created page with "== Introduction == In order to create a plugin for a MOD Device you'll need the following: # Understand the very basics of LV2 # Gather the tools # Bootstrap your project #...")
 
m (Alercunha moved page Plugin How To to LV2 Plugin - Quick Start Guide without leaving a redirect)
(No difference)

Revision as of 05:00, 4 May 2016

Introduction

In order to create a plugin for a MOD Device you'll need the following:

  1. Understand the very basics of LV2
  2. Gather the tools
  3. Bootstrap your project
  4. Compile it
  5. Deploy it
  6. Publish it

Let's dive in.

1. Basics of LV2

2. Gather the tools