summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
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
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