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 ad482c91b5 Make sure wasm LV2 function symbols are exported 2 years ago
..
CMakeLists.txt Make sure wasm LV2 function symbols are exported 2 years ago
DistrhoPluginInfo.h Make sure wasm LV2 function symbols are exported 2 years ago
Makefile Make sure wasm LV2 function symbols are exported 2 years ago
MidiThroughExamplePlugin.cpp Make sure wasm LV2 function symbols are exported 2 years ago
README.md Make sure wasm LV2 function symbols are exported 2 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.