summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2018-08-04 10:42:30 +0200
committerfalkTX <falktx@gmail.com>2018-08-04 10:42:30 +0200
commita4c9398d0841d5bede808f3ef695ac2b2c661925 (patch)
tree657cf78da0dd02f026ca2df18b3e15f00a779116
parentd5c6245dcbeef164d2d767fdeead48d4bc2a0b85 (diff)
Leave comment on sendNote, leaving full implementation for later
-rw-r--r--distrho/DistrhoUI.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/distrho/DistrhoUI.hpp b/distrho/DistrhoUI.hpp
index 06949932..a4ec9e61 100644
--- 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