fix up marshall/unmarshall of note data for MidiModel::DiffCommand
[ardour.git] / libs / evoral / src / SMF.cpp
2009-09-14 Paul Davisfix up marshall/unmarshall of note data for MidiModel...
2009-02-17 David RobillardFix the horrible mess that was anything related to...
2009-02-16 David RobillardGracefully ignore illegal MIDI events at the buffer...
2009-02-16 David RobillardGracefully ignore illegal MIDI events.
2009-02-15 David RobillardShutup.
2009-02-15 David RobillardDe-templatify Evoral::SMF which has no concept of time...
2009-02-14 David RobillardMake SMF::append_event_delta take a buffer and a size...
2009-02-14 David RobillardRemove unused (and timestamp type nasty) last_event_tim...
2009-02-14 David RobillardUpdate for libsmf API changes.
2009-02-14 David RobillardMIDI robustness.
2009-02-14 David RobillardMore powerful SMF::open interface.
2009-02-14 David RobillardRemove abstract MIDIFile interface (maintaining interfa...
2009-02-14 David RobillardLibSMF -> SMF
2009-02-14 David RobillardSMF -> OldSMF
2009-02-11 David Robillardverbosity--
2009-02-11 David RobillardRemove unused (and weirdly typed) time parameter from...
2009-02-11 David RobillardStandardMIDIFile -> MIDIFile.
2009-02-11 David RobillardDetect libsmf error and throw exceptions.
2009-02-10 Hans Baier* Code readability: Template parameter <T> -> <Time>
2009-02-10 Hans Baier*Evoral::SMF fix reading/writing of SysEx Events
2009-02-06 Hans Baier* Add SysEx Support to MidiModel / SMF
2009-02-03 Hans Baier* midi_event_size(uchar status): return size including...
2009-02-02 David RobillardMake (MIDI) event time stamp type a template parameter.
2008-12-21 David RobillardSync with svn.drobilla.net/lad/trunk/evoral r1891.
2008-10-13 David RobillardFix pollution of global namespace by Evoral.
2008-09-30 David RobillardSeparate low level details of SMF reading/writing from...