summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2009-02-16Don't bind playlist_modified with a shared_ptr<Playlist> parameter.David Robillard
2009-02-16Time unit translation for AutomationLine (correctly display MIDI controller d...David Robillard
2009-02-16Fix crash on iteration over an empty sequence and/or recording controllers only.David Robillard
2009-02-16Fix deadlock issues.David Robillard
2009-02-16Move all beats <-> frames time conversion into a single object that can be pa...David Robillard
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-15Trim include dependency tree (particularly on evoral/Sequence.hpp).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-15The Big Change: Store time in MidiModel as tempo time, not frame time.David Robillard
2009-02-15Make smf_track_get_next_event gracefully handle empty tracks.David Robillard
2009-02-15Commit of the century, right here.David Robillard
2009-02-15Oops. Fix XML stuff in GUI as well.David Robillard
2009-02-15Session XML style consistency (tag names are capitalized).David Robillard
2009-02-15Tidy, remove dead code.David Robillard
2009-02-15Tidy.David Robillard
2009-02-15Shutup.David Robillard
2009-02-15Cache file position in SMFSource::read_unlocked (i.e. don't seek to start and...David Robillard
2009-02-15Clean up.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-14Tidy.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-14Make DnD copy processors using their XML representations. Remove unusedCarl Hetherington
2009-02-14Fix most absurd function name I've seen in a while.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-14Fix send copying by paste and drag n drop.Carl Hetherington
2009-02-14* second part of the last fixHans Baier
2009-02-14* fix concerning a comment on issue 2541: Go back to the last MIDI beat on stopHans Baier
2009-02-14Less weak plugin preset system (maybe AU preset stuff can use the 'normal' th...David Robillard
2009-02-14Mandatory check for boost headers.David Robillard
2009-02-13*session.h whitespaceHans Baier
2009-02-13* MIDIClock_Slave: fixed bugs:Hans Baier
2009-02-13* MIDIClock_Slave: Fix for devices that always send MIDI clock (not just betw...Hans Baier