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 00faae6785
Set DISTRHO_UI_FILE_BROWSER macro for all example plugins
2 years ago
..
DistrhoPluginInfo.h Set DISTRHO_UI_FILE_BROWSER macro for all example plugins 2 years ago
Makefile VST3: Implement UI->DSP send note 3 years ago
README.md Import SendNote example from #212, slightly adjusted 4 years ago
SendNoteExamplePlugin.cpp Import SendNote example from #212, slightly adjusted 4 years ago
SendNoteExampleUI.cpp Fix build with DONT_SET_USING_DISTRHO/DGL_NAMESPACE 3 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.