Browse Source

Fix typo

pull/20/merge
falkTX 7 years ago
parent
commit
4c6c52ec83
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      distrho/DistrhoPlugin.hpp

+ 1
- 1
distrho/DistrhoPlugin.hpp View File

@@ -588,7 +588,7 @@ public:
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.
If you plan to use this, please report to DPF authors so it can be implemented.
*/
bool writeMidiEvent(const MidiEvent& midiEvent) noexcept;
#endif


Loading…
Cancel
Save