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 9421c3d39a
Merge branch 'develop' into pugl-upstream-v2
4 years ago
..
CMakeLists.txt cmake: rename target vst to vst2 4 years ago
DistrhoPluginInfo.h Import plugin examples into this repo 6 years ago
LatencyExamplePlugin.cpp Fix examples homepage and correct some typos 6 years ago
Makefile Reorganize the example plugin targets 4 years ago
README.md Import plugin examples into this repo 6 years ago

README.md

Latency example

This example will show how to use latency in DPF based plugins.

The plugin will delay its audio signal by a variable amount of time, specified by a parameter.
Good hosts will receive this hint and compensate accordingly.

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