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.
falkTX d620bd76f1
Build clap versions of example plugins with cmake
2 years ago
..
modgui Add modgui to Info plugin 5 years ago
CMakeLists.txt Build clap versions of example plugins with cmake 2 years ago
DistrhoPluginInfo.h Define and use new DISTRHO_PLUGIN_CLAP_ID macro 2 years ago
InfoExamplePlugin.cpp Set audio port group hints for most example plugins, fixing vst3 2 years ago
InfoExampleUI.cpp Add host scale factor text to d_info gui 3 years ago
Makefile Implement clap transport 2 years ago
README.md Import plugin examples into this repo 6 years ago
ResizeHandle.hpp Update Info plugin example resize handle to set mouse cursor 2 years ago
modgui.ttl Add modgui to Info plugin 5 years ago

README.md

Information example

This example will show how to get some basic information sent to the UI.

The Plugin has a lot of parameter outputs which the UI uses to get info from.
This includes buffer-size and time position.
Sample-rate can be requested directly from the UI.
The UI will show this information as text.

The plugin will not do any audio processing.