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 4e2e3a8a38
Rework how AU macros are defined, use it for other formats
1 year ago
..
CMakeLists.txt Build clap versions of example plugins with cmake 2 years ago
DistrhoPluginInfo.h Rework how AU macros are defined, use it for other formats 1 year ago
Makefile Implement MIDI out for AU 1 year ago
MidiThroughExamplePlugin.cpp Rework how AU macros are defined, use it for other formats 1 year ago
README.md Import plugin examples into this repo 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.