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 34612a3a5f Add CVPort example plugin 5 years ago
..
DistrhoPluginInfo.h Add CVPort example plugin 5 years ago
ExamplePluginCVPort.cpp Add CVPort example plugin 5 years ago
Makefile Add CVPort example plugin 5 years ago
README.md Add CVPort example plugin 5 years ago

README.md

CVPort example

This example will show how to modify input/output port type in DPF.
The plugin will not do any audio processing.

Take a look at initAudioPort() method.