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 3a3885e2bc
Give up on real external UIs, use pugl stub instead
1 year ago
..
DistrhoPluginInfo.h Give up on real external UIs, use pugl stub instead 1 year ago
Makefile Implement MIDI input for AU; cleanup 1 year ago
README.md Import SendNote example from #212, slightly adjusted 4 years ago
SendNoteExamplePlugin.cpp Rework how AU macros are defined, use it for other formats 1 year 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.