You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msg1.getMessageType() == (uint8_t) MessageType::NOTE_OFF : remove the need to cast MessageType to a uint8_t
Better document + provide helper functions for parsing data in MetaData messages (like tempo or time signature). Right now, there is an example of how to get at the data in sample.cpp, but it is not ideal.
The text was updated successfully, but these errors were encountered:
msg1.getMessageType() == (uint8_t) MessageType::NOTE_OFF
: remove the need to cast MessageType to a uint8_tBetter document + provide helper functions for parsing data in MetaData messages (like tempo or time signature). Right now, there is an example of how to get at the data in sample.cpp, but it is not ideal.
The text was updated successfully, but these errors were encountered: