Fix regression on MIDI output
Closes #115 Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
74c1694d91
commit
f9b2ec35a0
1 changed files with 3 additions and 1 deletions
|
@ -51,7 +51,9 @@ struct Message {
|
|||
*/
|
||||
int64_t frame = -1;
|
||||
|
||||
Message() {}
|
||||
Message() {
|
||||
bytes.resize(3);
|
||||
}
|
||||
|
||||
int getSize() const {
|
||||
return bytes.size();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue