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 9f3069b2f3
Fix VST2 UI size after last changes
2 years ago
..
DistrhoPluginInfo.h Define and use new DISTRHO_PLUGIN_CLAP_ID macro 2 years ago
Makefile Deal with MIDI input for clap 2 years ago
README.md Import SendNote example from #212, slightly adjusted 4 years ago
SendNoteExamplePlugin.cpp Set audio port group hints for most example plugins, fixing vst3 2 years ago
SendNoteExampleUI.cpp Fix VST2 UI size after last changes 2 years ago

README.md

SendNote example

This example will show how to send MIDI notes in DPF based UIs.

The UI presents a row of MIDI keys which transmit note events to a synthesizer.