This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Leave comment on sendNote, leaving full implementation for later
pull/61/head
falkTX
5 years ago
parent
d5c6245dcb
commit
a4c9398d08
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
distrho/DistrhoUI.hpp
+ 1
- 0
distrho/DistrhoUI.hpp
View File
@@ -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
Write
Preview
Loading…
Cancel
Save