DPF Plugin examples
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 3754b5076d Add MidiThrough example plugin 6 years ago
..
DistrhoPluginInfo.h Add MidiThrough example plugin 6 years ago
Makefile Add MidiThrough example plugin 6 years ago
MidiThroughExamplePlugin.cpp Add MidiThrough example plugin 6 years ago
README.md Add MidiThrough example plugin 6 years ago

README.md

MidiThrough example

This example will show how to use MIDI output in DPF based plugins.

It simply calls writeMidiEvent() in its process function for every event it receives.