add export control to libgtkmm2ext
[ardour.git] / libs / evoral / evoral / SMF.hpp
2013-10-17 Paul Davisadd export control to libevoral
2012-01-18 Carl HetheringtonCatch exception thrown by SMF code when it cannot write
2011-11-23 David RobillardFix broken whitespace via merciless application of...
2011-04-06 David RobillardFix my name :)
2010-12-24 David RobillardFix broken whitespace.
2010-07-20 Paul Davisadd note IDs and use them for looking up notes during...
2010-07-16 Paul Davisnewly created files for use in recording appear in...
2009-10-22 David RobillardMore spacey tabs.
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
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-15 David RobillardFix genererally retarded and broken note range / diskst...
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 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-11 Hans Baier* introduced dependency: libsmf-1.2
2009-02-10 Hans Baier* Code readability: Template parameter <T> -> <Time>
2009-02-09 David RobillardShrink exposed SMF API.
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...