summaryrefslogtreecommitdiff
path: root/libs/evoral/evoral/SMF.hpp
AgeCommit message (Expand)Author
2017-02-08centralize computation of tempo from SMF informationPaul Davis
2016-12-16"toll free bridging" between smf_tempo_t and Evoral::SMF::TempoPaul Davis
2016-12-16expose SMF tempo information in Evoral::SMFPaul Davis
2016-12-16add comments about limitations for Evoral::SMF and tracksPaul Davis
2016-12-14add API to Evoral::SMF to retrieve all track/instrument names for use when im...Paul Davis
2016-10-05SMF add support for type-0 files (count channels, not tracks)Robin Gareus
2015-04-20remove _file_path member from Evoral::SMFPaul Davis
2014-12-06Remove unnecessary includes.David Robillard
2014-10-15add mutex/lock to all Evoral::SMF methods that use _smf/libsmf, to avoid inad...Paul Davis
2014-06-07remove some 1920 tick constants and leave notes for some others.Robin Gareus
2014-06-02merge with master and fix 4 conflicts by handPaul Davis
2014-04-29Fixed problem where importing invalid midi files caused crash.3.5.380Damien Zammit
2013-10-17add export control to libevoralPaul Davis
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