summaryrefslogtreecommitdiff
path: root/libs/evoral
AgeCommit message (Expand)Author
2009-02-16Gracefully ignore illegal MIDI events at the buffer level (i.e. from Jack).David Robillard
2009-02-16Gracefully ignore illegal MIDI events.David Robillard
2009-02-16Rewrite Sequence::const_iterator.David Robillard
2009-02-15Clean up fugly debug printing stuff.David Robillard
2009-02-15Fix crash on reading meta event.David Robillard
2009-02-15Factor out region layering.David Robillard
2009-02-15Fix genererally retarded and broken note range / diskstream display / etc. re...David Robillard
2009-02-15Make smf_track_get_next_event gracefully handle empty tracks.David Robillard
2009-02-15Tidy, remove dead code.David Robillard
2009-02-15Shutup.David Robillard
2009-02-15De-templatify Evoral::SMF which has no concept of time other than SMF time.David Robillard
2009-02-15Use nframes_t for timestamps of real (jack) time MIDI events (i.e. in MidiBuf...David Robillard
2009-02-14Remove superfluous typedefs.David Robillard
2009-02-14Make SMF::append_event_delta take a buffer and a size rather than an Event (n...David Robillard
2009-02-14Const correctness.David Robillard
2009-02-14Remove unused (and timestamp type nasty) last_event_time() from SMF.David Robillard
2009-02-14While I'm doing trivial prettification things and not giving a damn about sup...David Robillard
2009-02-14Line wrap at 100 lines so I can read things :).David Robillard
2009-02-14Update for libsmf API changes.David Robillard
2009-02-14Fix types to be warning clean on 64 bit.David Robillard
2009-02-14Update autowaf (fix mandatory header check).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-14Mandatory check for boost headers.David Robillard
2009-02-12* Evoral: SMFTest: added createNewFileTest (passes)Hans Baier
2009-02-12* Swapped MidiSource to LibSMFHans Baier
2009-02-11verbosity--David Robillard
2009-02-11Remove unused (and weirdly typed) time parameter from begin_write.David Robillard
2009-02-11verbosity--David Robillard
2009-02-11StandardMIDIFile -> MIDIFile.David Robillard
2009-02-11Detect libsmf error and throw exceptions.David Robillard
2009-02-11Include stripped down libsmf code internally.David Robillard
2009-02-11* introduced dependency: libsmf-1.2Hans Baier
2009-02-11*Evoral: Sequence: forgot to commit thatHans Baier
2009-02-10* Evoral: Added Unit test for SMFHans Baier
2009-02-10* Evoral::Sequence: conditional compile for debugging outputHans Baier
2009-02-10* Code readability: Template parameter <T> -> <Time>Hans Baier
2009-02-10*Evoral::SMF fix reading/writing of SysEx EventsHans Baier
2009-02-09* filename conventions (second part of it)Hans Baier
2009-02-09* filename conventionsHans Baier
2009-02-09Shrink exposed SMF API.David Robillard
2009-02-09* fixed testHans Baier
2009-02-09Warning.David Robillard
2009-02-09* Sequence: added assertsHans Baier
2009-02-07Fix warnings.David Robillard
2009-02-07Revert redundant kludge.David Robillard
2009-02-07* Evoral: first successful read from SequenceHans Baier