Fix regression on MIDI output

Closes #115

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-01-15 21:27:24 +00:00
parent 74c1694d91
commit f9b2ec35a0
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0

View file

@ -51,7 +51,9 @@ struct Message {
*/ */
int64_t frame = -1; int64_t frame = -1;
Message() {} Message() {
bytes.resize(3);
}
int getSize() const { int getSize() const {
return bytes.size(); return bytes.size();