DISTRHO Plugin Framework
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
falkTX 69633c12ab Automatically detect Rez flags; Add test prints 7 years ago
..
DistrhoPluginInfo.h Automatically detect Rez flags; Add test prints 7 years ago
GainExamplePlugin.cpp Automatically detect Rez flags; Add test prints 7 years ago
Makefile Fix build 7 years ago
README.md Fix build 7 years ago

README.md

Gain example

This example will show how to create a simple plugin in DPF with one parameter.

The plugin will alter the gain by multiplying the input samples by a constant factor 0-2.

The plugin has no UI because there's no need for one in this case.