• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..25-Nov-2019-

DistrhoPluginInfo.hH A D25-Nov-20191.3 KiB3111

LatencyExamplePlugin.cppH A D25-Nov-20197.5 KiB252119

MakefileH A D25-Nov-2019759 3711

README.mdH A D25-Nov-2019329 95

README.md

1# Latency example
2
3This example will show how to use latency in DPF based plugins.<br/>
4
5The plugin will delay its audio signal by a variable amount of time, specified by a parameter.<br/>
6Good hosts will receive this hint and compensate accordingly.<br/>
7
8The plugin has no UI because there's no need for one in this case.<br/>
9