This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Cardinal
mirror of
https://github.com/DISTRHO/Cardinal.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
20
Wiki
Activity
Browse Source
Fix regression on MIDI output
Closes
#115
Signed-off-by: falkTX <falktx@falktx.com>
tags/22.02
falkTX
4 years ago
parent
74c1694d91
commit
f9b2ec35a0
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
include/midi.hpp
+ 3
- 1
include/midi.hpp
View File
@@ -51,7 +51,9 @@ struct Message {
*/
int64_t frame = -1;
Message() {}
Message() {
bytes.resize(3);
}
int getSize() const {
return bytes.size();
Write
Preview
Loading…
Cancel
Save