summaryrefslogtreecommitdiff
path: root/libs/ardour/midi_stretch.cc
AgeCommit message (Expand)Author
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-10Exact beat - provide audio->music mapping for region split.nick_m
2015-01-07MusicalTime => Beats.David Robillard
2014-12-18Don't assume compiler can avoid copy to const ref.David Robillard
2014-12-17Fix various MIDI locking issues.David Robillard
2014-11-22Wrap MusicalTime in a class.David Robillard
2013-01-19Replace a bunch of potential crashes with graceful handling of the situation.David Robillard
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-01-27promote Playlist::RegionList to ARDOUR::RegionList; fix timefx on multiple re...Paul Davis
2011-10-19Trim include tree.David Robillard
2011-10-19Remove dubious Evoral::Event methods that exposed non-const references to mem...David Robillard
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-07-20try to fix data loss at end of a capture pass for MIDI - add a new virtual me...Paul Davis
2011-07-14initial pass at session-renaming functionalityPaul Davis
2011-05-30remove unused and useless "src" argument for a number of Region property modi...Paul Davis
2011-04-06Fix my name :)David Robillard
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-09-20Add progress bar to strip silence dialogue. Fixes #3103.Carl Hetherington
2010-07-20add note IDs and use them for looking up notes during a history rebuild. NOTE...Paul Davis
2010-07-14A few fixes to interpolation of MIDI controller data. Don't interpolateCarl Hetherington
2010-05-17Fix assertion failure on time FX of MIDI regions (#3136)Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-04-30Fix crash on MIDI stretch.David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-02Make (MIDI) event time stamp type a template parameter.David Robillard
2008-09-21Display recorded controller data (fix show all/existing automation).David Robillard
2008-09-19Factor out sequencing related things into an independant new library: "evoral".David Robillard
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2008-03-18refactor JACK MIDI port to allow writing from a non-process() thread, and mov...Paul Davis
2008-01-17Added missing files.David Robillard