summaryrefslogtreecommitdiff
path: root/distrho/DistrhoPlugin.hpp
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2018-08-04 02:08:08 +0200
committerfalkTX <falktx@gmail.com>2018-08-04 02:08:08 +0200
commitffdfaa6174adaa538150e95a128bf4f5f5f6d292 (patch)
tree22c1f528445494bebee3646f5845d296d50d3c10 /distrho/DistrhoPlugin.hpp
parentf2ed265a003e5d426953bb9d91aec7de093986e0 (diff)
Implement MIDI output for all formats
Needs testing, I did none :)
Diffstat (limited to 'distrho/DistrhoPlugin.hpp')
-rw-r--r--distrho/DistrhoPlugin.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/distrho/DistrhoPlugin.hpp b/distrho/DistrhoPlugin.hpp
index 9974aeaf..cbafc47c 100644
--- a/distrho/DistrhoPlugin.hpp
+++ b/distrho/DistrhoPlugin.hpp
@@ -691,9 +691,6 @@ public:
Write a MIDI output event.@n
This function must only be called during run().@n
Returns false when the host buffer is full, in which case do not call this again until the next run().
- @note This function is not implemented yet!@n
- It's here so that developers can prepare MIDI plugins in advance.@n
- If you plan to use this, please report to DPF authors so it can be implemented.
*/
bool writeMidiEvent(const MidiEvent& midiEvent) noexcept;
#endif