commit a4c9398d0841d5bede808f3ef695ac2b2c661925
parent d5c6245dcbeef164d2d767fdeead48d4bc2a0b85
Author: falkTX <falktx@gmail.com>
Date: Sat, 4 Aug 2018 10:42:03 +0200
Leave comment on sendNote, leaving full implementation for later
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/distrho/DistrhoUI.hpp b/distrho/DistrhoUI.hpp
@@ -94,6 +94,7 @@ public:
/**
sendNote.
@TODO Document this.
+ @note Work in progress. Implemented for DSSI and LV2 formats.
*/
void sendNote(uint8_t channel, uint8_t note, uint8_t velocity);
#endif