Browse Source

Leave comment on sendNote, leaving full implementation for later

pull/61/head
falkTX 6 years ago
parent
commit
a4c9398d08
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      distrho/DistrhoUI.hpp

+ 1
- 0
distrho/DistrhoUI.hpp View File

@@ -94,6 +94,7 @@ public:
/** /**
sendNote. sendNote.
@TODO Document this. @TODO Document this.
@note Work in progress. Implemented for DSSI and LV2 formats.
*/ */
void sendNote(uint8_t channel, uint8_t note, uint8_t velocity); void sendNote(uint8_t channel, uint8_t note, uint8_t velocity);
#endif #endif


Loading…
Cancel
Save