merge with master and fix 4 conflicts by hand
[ardour.git] / libs / evoral / src / SMF.cpp
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-04-28 Damien ZammitFixed problem where importing invalid midi files caused... 3.5.380
2014-03-22 Robin Gareusfix mismatch typo in sizeof
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-02-12 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul Davismerge with master, with minor conflict fixes
2014-02-04 Paul Davismerge (w/fix) with master
2014-01-30 Paul DavisMerge branch 'master' into cairocanvas
2014-01-29 Paul DavisMerge branch 'master' into cairocanvas
2014-01-23 Paul Davisfix merge conflict with master
2014-01-19 Paul Davisvisibility macros and flush() added to SrcFileSource...
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-15 Paul DavisMerge branch 'master' into cairocanvas
2014-01-15 Paul Davismerge with master
2014-01-15 Paul Davismerge with master
2014-01-14 Paul Davismerge (with conflict fixes) with master (even against...
2014-01-12 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-12 John Emmas'libs/evoral' - DLL visibility stuff and associated...
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-09 Paul Davisfix mismatching use of operator new() when allocating...
2011-04-06 David RobillardFix my name :)
2010-12-28 Carl HetheringtonUnify program change and bank handling so that they...
2010-11-13 Paul Davismake ardour3 build and link on OS X (tiger, at least)
2010-11-04 Paul Davisremove debug output during note ID load & save
2010-11-03 Paul Davisuse newly-public libsmf functions for variable length...
2010-09-23 Carl HetheringtonRemove debugging code.
2010-07-21 Paul Davisremoved #if 0 code
2010-07-21 Paul Davisforce creation of MIDI (SMF) files on disk whenever...
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...
2010-07-01 Paul Davisallow zero length MIDI files again and remove debug...
2010-06-26 Paul Davislots of details relating to MIDI file management; try...
2010-06-23 Paul Davismidway snapshot of work done on managing Region & Sourc...
2010-06-20 Carl HetheringtonReturn delta time even for metadata events. Should...
2010-05-16 Carl HetheringtonMove FileManager code into libpbd. Use it for SMF...
2009-10-22 David RobillardIndentation.
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-09-16 Paul Davisdo not allow smf_source's reads to stomp on cached...
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...