ddiakopoulos / modern-midi

:musical_score: C++11 MIDI file & realtime io library
BSD 2-Clause "Simplified" License
89 stars 14 forks source link

API Pain Points #12

Open ddiakopoulos opened 8 years ago

ddiakopoulos commented 8 years ago

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.