DPF Plugin examples
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 6ccf1745dc Use DPF for the makefile magic 6 years ago
..
DistrhoPluginInfo.h Revert "Move examples to main DPF repo" 6 years ago
LatencyExamplePlugin.cpp Revert "Move examples to main DPF repo" 6 years ago
Makefile Use DPF for the makefile magic 6 years ago
README.md Revert "Move examples to main DPF 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.