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

:musical_score: C++11 MIDI file & realtime io library

Results 12 modern-midi issues
Sort by recently updated
recently updated
newest added

Hello, so, I'm working on a fork of this lib & rtmidi (https://github.com/jcelerier/RtMidi17), but I found a bug when parsing midi files with running status so it may be of...

`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...

bug
enhancement

https://github.com/petegoodliffe/PGMidi

enhancement

Build a clock generation class for real-time messages

enhancement

Build lookup tables to map tempo change events and their relative tick adjustments.

enhancement

Generation and parsing.

enhancement

Haven't looked too closely.

bug
enhancement

When reading/writing files, it's nice to have a garantee that note on messages can be matched with note offs. Optional function to generate note offs for hanging note ons, and...

enhancement

For out of order timed events

enhancement