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 f34d282af0 Fix build 6 years ago
..
DistrhoPluginInfo.h Fix build 6 years ago
GainExamplePlugin.cpp Fix build 6 years ago
Makefile Fix build 6 years ago
README.md Fix build 6 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.