Difference between revisions of "Creating Audio Plugins"

From MOD Wiki
Jump to navigation Jump to search
Line 1: Line 1:
WARNING: This page is currently being written, please check in later!
+
'''WARNING: This page is currently being written, please check in later!'''
  
 
== What is a plugin? ==
 
== What is a plugin? ==

Revision as of 12:39, 8 April 2016

WARNING: This page is currently being written, please check in later!

What is a plugin?

TODO: explain audio block, parameters, states and presets

LV2 standard

TODO: explain ports, extensions, host-side presets, static ttl

Basic skeleton

TODO: lv2.h plugin struct, lv2_instantiate call and export symbol

Alternative Frameworks

TODO: Juce and DPF. (Juce WIP)

Alternative Methods

TODO: Faust, Max/MSP, Puredata. Also csound, lua, contact if interested.

Setting up the turtle data

TODO: how hosts know what plugin has, meta-data TODO: Caution, human-error, typos.

LV2 book

link