modern-midi icon indicating copy to clipboard operation
modern-midi copied to clipboard

API Pain Points

Open ddiakopoulos opened this issue 8 years ago • 0 comments

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.

ddiakopoulos avatar Dec 20 '15 20:12 ddiakopoulos