DPF

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

README.md (390B)


      1 # Information example
      2 
      3 This example will show how to get some basic information sent to the UI.<br/>
      4 
      5 The Plugin has a lot of parameter outputs which the UI uses to get info from.<br/>
      6 This includes buffer-size and time position.<br/>
      7 Sample-rate can be requested directly from the UI.<br/>
      8 The UI will show this information as text.<br/>
      9 
     10 The plugin will not do any audio processing.<br/>