DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit f9c63adde1b88372a552339e7c180948dccff83f
parent 624fe5dd9663c68b5b54670ee5ce0696b89809f3
Author: falkTX <falktx@falktx.com>
Date:   Wed, 26 May 2021 22:17:33 +0100

Document sendNote, remove note about incomplete implementation

Signed-off-by: falkTX <falktx@falktx.com>

Diffstat:
Mdistrho/DistrhoUI.hpp | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/distrho/DistrhoUI.hpp b/distrho/DistrhoUI.hpp @@ -152,9 +152,8 @@ public: #if DISTRHO_PLUGIN_WANT_MIDI_INPUT /** - sendNote. - @TODO Document this. - @note Work in progress. Implemented for DSSI and LV2 formats. + Send a single MIDI note from the UI to the plugin DSP side.@n + A note with zero velocity will be sent as note-off (MIDI 0x80), otherwise note-on (MIDI 0x90). */ void sendNote(uint8_t channel, uint8_t note, uint8_t velocity); #endif