DPF

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

README.md (596B)


      1 # CVPort example
      2 
      3 This example will show how to modify audio input/output port type in DPF so they can work as CV.<br/>
      4 Take a look at `initAudioPort()` method.<br/>
      5 
      6 Worth noting that CV is not supported outside of JACK and LV2 formats.<br/>
      7 While it can be built and used in other formats, these ports will appear as regular audio to the host.
      8 
      9 The plugin does sample & hold (S&H) processing.<br/>
     10 3 I/O ports are specified.<br/>
     11 
     12 - Input audio port.
     13 - Input CV port to modify Hold Time.
     14 - Output CV port.
     15 
     16 The plugin also has a Hold Time parameter. It mixes CV value and parameter value.<br/>