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

..25-Sep-2018-

DistrhoPluginInfo.hH A D25-Sep-20181.3 KiB3111

LatencyExamplePlugin.cppH A D25-Sep-20187.5 KiB252119

MakefileH A D25-Sep-2018747 3711

README.mdH A D25-Sep-2018329 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