summaryrefslogtreecommitdiff
path: root/libs/ardour/session_butler.cc
AgeCommit message (Expand)Author
2017-09-18addd more DEBUG_TRACE for DiskIO; set DiskIOProcess::_need_butler more approp...Paul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2014-11-25Remove dead code.David Robillard
2013-07-11Remove non-portable and unnused header includesPaul Davis
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-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2010-06-09dynamic playback & capture buffer resizing (though transport is stopped first)Paul Davis
2010-05-12Reset buffer stats on stop. Remove unused minimum playback/capture load stats.Carl Hetherington
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2009-12-04move Session::Event into SessionEvent class; add SessionEventManager (Session...Paul Davis
2009-11-08monster commit: transport mgmt changes from 2.X (omnibus edition); make slave...Paul Davis
2009-10-24Move butler methods from Session to Butler.David Robillard
2009-10-23Split butler into separate object (partially, just data so far...)David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-06-26allow automation-follows-relevant-regions againPaul Davis
2009-05-01Fix MIDI playback.David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-01-30Trim include dependency graph, especially for io.h and session.h.David Robillard
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-10-12MIDI looping fixes from torbenh.David Robillard
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2008-05-21Separate audio and MIDI disk buffer size (and track read ahead) parameters.David Robillard
2008-05-21Don't read inactive tracks in Diskstream (merge oops, now matches 2.0).David Robillard
2008-03-17merge with 2.0-ongoing @ rev 3147Paul Davis
2008-01-10Merge with 2.0-ongoing R2883.David Robillard
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-04-09make region opacity work again; fix several other region context menu items t...Paul Davis
2007-02-26fix for #1503, crash on new session in write-protected dirPaul Davis
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2006-12-15write session file to alternate name before, then rename; auditioner defaults...Paul Davis
2006-08-29used shared_ptr<Source>, somewhat successfullyPaul Davis
2006-08-16RCU-ification of AudioEngine port list, and DiskStreams. not well tested, but...Paul Davis
2006-08-01Heavy-duty abstraction work to split type-specific classes intoDavid Robillard
2006-06-21the return of VST supportPaul Davis
2006-06-14use libsndfile for all audio file i/o, and rename DiskStream AudioDiskStreamPaul Davis
2006-06-07Merged timbyr's win32 branch. -r 547:566.Taybin Rutkin
2006-04-10a) moved metering and meter falloff code into libardourPaul Davis
2006-03-29a) fix special button press handling for solo+mute buttonsPaul Davis
2006-03-27total reimplementation of Configuration object internals to make adding new c...Paul Davis
2006-02-11miscellaneous fixes post-jesse's 24 bit file format changesPaul Davis
2006-02-10committed INCOMPLETE 24bit filesource supportJesse Chappell
2006-01-06committed RWlock fixes to libardour. added hw monitoring fixes from nick_m. ...Jesse Chappell
2005-10-06fix compose mess, and a number of 64 bit printf specsPaul Davis
2005-09-24libardour added.Taybin Rutkin