summaryrefslogtreecommitdiff
path: root/libs/ardour/session_process.cc
AgeCommit message (Expand)Author
2009-04-27fix broken patch that caused crash when loading an older session without "def...Paul Davis
2009-04-14EXPERIMENTAL! NEEDS TESTING! remove "offset" from almost everything in the pr...Paul Davis
2009-03-17more rational handling of silence when (a) running freeze/export/bounce (b) d...Paul Davis
2009-03-17clean up VST debugging outputPaul Davis
2009-02-19Fix crash on MIDI feedback with MTC (ticket #2419).David Robillard
2008-12-04fix up MTC message delivered internally when locate is noticed (removes stupi...Paul Davis
2008-10-08fix for bad sync with other JACK transport-aware clients (thanks to torben fo...Paul Davis
2008-07-07move to scons Clone everywhere rather than Copy; add Session::micro_locate() ...Paul Davis
2008-01-09yet more changes to the monstrosity that is session loading and startup; sear...Paul Davis
2008-01-04Back-port tim mayberry's fixes for import; fix JACK slaving to never pay atte...Paul Davis
2007-12-07deep, deep fix for what do if we can't run process() because of work in other...Paul Davis
2007-08-03change RC files in tarball to the templates, dammit!2.0.5Paul Davis
2007-06-26* Added (let's call it revealed) ability to record while the transport is loo...Jesse Chappell
2007-03-19kill glib-induced abort caused by asymmetric lock/unlock of diskstream state ...Paul Davis
2007-03-17Fix looping (and other events) at varispeed.David Robillard
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-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis
2006-09-25the BIG CONFIG patchPaul Davis
2006-08-31merge changes from harrison branch back into trunk, by handPaul 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-07-27added RCU handling of Session route list, and major use of shared_ptr<T> ever...Paul Davis
2006-07-07id_t becomes a fully-fledged object, UUID's used for IDs, generic MIDI now ow...Paul Davis
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-05-23breakout control protocol code into LGPL library; fix panner buttons even mor...Paul Davis
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