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 431d330d87
Move common vst3 code to new file; Skip params for shared controller
3 years ago
..
CMakeLists.txt Move common vst3 code to new file; Skip params for shared controller 3 years ago
DistrhoPluginInfo.h Move common vst3 code to new file; Skip params for shared controller 3 years ago
Makefile Move common vst3 code to new file; Skip params for shared controller 3 years ago
MidiThroughExamplePlugin.cpp Move common vst3 code to new file; Skip params for shared controller 3 years ago
README.md Move common vst3 code to new file; Skip params for shared controller 3 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.