summaryrefslogtreecommitdiff
path: root/distrho/DistrhoPlugin.hpp
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2016-03-23 12:46:44 +0100
committerfalkTX <falktx@gmail.com>2016-03-23 12:46:44 +0100
commit87217454c38eb64c6cfafafd5d9b08d835c9a782 (patch)
tree8598b00ba1ffde133b11074041af47da34d20729 /distrho/DistrhoPlugin.hpp
parent3775c92208826f42aef18d0ec6b4408d4de3ff6d (diff)
Update some comments
Diffstat (limited to 'distrho/DistrhoPlugin.hpp')
-rw-r--r--distrho/DistrhoPlugin.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/distrho/DistrhoPlugin.hpp b/distrho/DistrhoPlugin.hpp
index 76dcdd32..ebb9a9dc 100644
--- a/distrho/DistrhoPlugin.hpp
+++ b/distrho/DistrhoPlugin.hpp
@@ -529,6 +529,9 @@ 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 authos so it can be implemented.
*/
bool writeMidiEvent(const MidiEvent& midiEvent) noexcept;
#endif