summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-25Move waf up to top level, waf building of pbd, evoral, midi++David Robillard
2009-02-25Fix warnings.David Robillard
2009-02-25Fix empty for loop warning in RingBuffer constructor... and scary indentation...David Robillard
2009-02-25Upgrade to waf 1.5.3.David Robillard
2009-02-22Clean up xml++.h and xml++.cc in Ardour style.David Robillard
2009-02-22Make commands noncopyable (they are definitely not copy safe).David Robillard
2009-02-20Fix recording of the last disk chunk's worth of MIDI data.David Robillard
2009-02-20Make source length a dynamic thing.David Robillard
2009-02-19Clean up Region interface, remove Readable stub kludge.David Robillard
2009-02-19Only create a Curve for an AutomationList if we need it.David Robillard
2009-02-19Introduce new time for session-relative frame time, and make source interface...David Robillard
2009-02-19Interpret tempo time based on read position (not source timeline position whi...David Robillard
2009-02-19Readable is not as generic as its name implies ;)David Robillard
2009-02-19Remove unused Session::curves.David Robillard
2009-02-18Remove empty files.David Robillard
2009-02-18Fix 'sticky' sliders when MIDI control feedback is enabled.David Robillard
2009-02-18Fix MIDI control parameter mapping to work with controls that aren't [0..1] l...David Robillard
2009-02-18Style.David Robillard
2009-02-18Fix MIDI controller feedback.David Robillard
2009-02-18Fix ardour2 -> ardour3 stuff in po files.David Robillard
2009-02-18Fix ardour2 -> ardour3 issues.David Robillard
2009-02-18Make sure Evoral::MIDIEvent XML stuff is entirely unused in midi++ for now (r...David Robillard
2009-02-17* FIXME in midi_util.hHans Baier
2009-02-17Fix deadlock and potential race condition when editing MIDI.David Robillard
2009-02-17Make a bunch of stuff boost::noncopyable.David Robillard
2009-02-17Fix crazy spacey tabs, width, other super relevant rocket scientist type things.David Robillard
2009-02-17Fix the horrible mess that was anything related to sources and paths.David Robillard
2009-02-17Fix for visual glitch due to race between Editor::update_current_screen being...Carl Hetherington
2009-02-16Fix memory leak.Sampo Savolainen
2009-02-16Move duplicated AudioFileSource::Flags and SMFSource::Flags into Source.David Robillard
2009-02-16Fix a bunch of the ol' trivial audio-specific-for-no-particular-reason things.David Robillard
2009-02-16Fix crash iterating over sequences with no controls (and Sequence iterator sa...David Robillard
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