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
Fix a minor compiler warning
pull/83/head
falkTX
6 years ago
parent
1770a175bd
commit
5f117eece4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
distrho/src/DistrhoUIDSSI.cpp
+ 1
- 1
distrho/src/DistrhoUIDSSI.cpp
View File
@@ -194,7 +194,7 @@ protected:
uint8_t mdata[4] = {
0,
channel + (velocity != 0 ? 0x90 : 0x80),
static_cast<uint8_t>(
channel + (velocity != 0 ? 0x90 : 0x80
)
),
note,
velocity
};
Write
Preview
Loading…
Cancel
Save