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.
Jean Pierre Cimalando 2aa84642a0 Allow it to build when namespace DGL is not used 6 years ago
..
DistrhoPluginInfo.h Implement sendNote for VST, and also add a SendNote example 6 years ago
Makefile Implement sendNote for VST, and also add a SendNote example 6 years ago
README.md Implement sendNote for VST, and also add a SendNote example 6 years ago
SendNoteExamplePlugin.cpp Fix the coding style where necessary 6 years ago
SendNoteExampleUI.cpp Allow it to build when namespace DGL is not used 6 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.