DISTRHO Plugin Framework
|
DISTRHO Plugin Framework (or DPF for short) is a plugin framework designed to make development of new plugins an easy and enjoyable task.
It allows developers to create plugins with custom UIs using a simple C++ API.
You start by creating a "DistrhoPluginInfo.h" file describing the plugin via macros, see Plugin Macros.
TODO
describe input and output, automable and rt safe, boolean etc, cv