DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

README.md (329B)


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