summaryrefslogtreecommitdiff
path: root/libs/evoral/evoral/SMF.hpp
AgeCommit message (Expand)Author
2014-04-29Fixed problem where importing invalid midi files caused crash.3.5.380Damien Zammit
2012-01-18Catch exception thrown by SMF code when it cannot writeCarl Hetherington
2011-11-23Fix broken whitespace via merciless application of the emacs hammer.David Robillard
2011-04-06Fix my name :)David Robillard
2010-12-24Fix broken whitespace.David Robillard
2010-07-20add note IDs and use them for looking up notes during a history rebuild. NOTE...Paul Davis
2010-07-16newly created files for use in recording appear in a .stubs folder, and are m...Paul Davis
2009-10-22More spacey tabs.David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-09-14fix up marshall/unmarshall of note data for MidiModel::DiffCommandPaul Davis
2009-02-17Fix the horrible mess that was anything related to sources and paths.David Robillard
2009-02-15Fix genererally retarded and broken note range / diskstream display / etc. re...David Robillard
2009-02-15De-templatify Evoral::SMF which has no concept of time other than SMF time.David Robillard
2009-02-14Make SMF::append_event_delta take a buffer and a size rather than an Event (n...David Robillard
2009-02-14Remove unused (and timestamp type nasty) last_event_time() from SMF.David Robillard
2009-02-14Update for libsmf API changes.David Robillard
2009-02-14MIDI robustness.David Robillard
2009-02-14More powerful SMF::open interface.David Robillard
2009-02-14Remove abstract MIDIFile interface (maintaining interface with old crap was g...David Robillard
2009-02-14LibSMF -> SMFDavid Robillard
2009-02-14SMF -> OldSMFDavid Robillard
2009-02-11Remove unused (and weirdly typed) time parameter from begin_write.David Robillard
2009-02-11StandardMIDIFile -> MIDIFile.David Robillard
2009-02-11Detect libsmf error and throw exceptions.David Robillard
2009-02-11* introduced dependency: libsmf-1.2Hans Baier
2009-02-10* Code readability: Template parameter <T> -> <Time>Hans Baier
2009-02-09Shrink exposed SMF API.David Robillard
2009-02-02Make (MIDI) event time stamp type a template parameter.David Robillard
2008-12-21Sync with http://svn.drobilla.net/lad/trunk/evoral r1891.David Robillard
2008-10-13Fix pollution of global namespace by Evoral.David Robillard
2008-09-30Separate low level details of SMF reading/writing from concept of 'midi sourc...David Robillard