DISTRHO Plugin Framework
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cu ccfaeb245a Fix parameter initialization 5 years ago
..
DistrhoPluginInfo.h Add S&H functionality to CVPort example plugin 5 years ago
ExamplePluginCVPort.cpp Fix parameter initialization 5 years ago
Makefile Add CVPort example plugin 5 years ago
README.md Add S&H functionality to CVPort example plugin 5 years ago

README.md

CVPort example

This example will show how to modify input/output port type in DPF.
Take a look at initAudioPort() method.

The plugin does sample & hold (S&H) processing.
3 I/O ports are specified.

  • Input audio port.
  • Input CV port to modify Hold Time.
  • Output CV port.

The plugin also has a Hold Time parameter. It mixes CV value and parameter value.