summaryrefslogtreecommitdiff
path: root/libs/ardour/session_butler.cc
AgeCommit message (Expand)Author
2010-07-02remove all debugging output from NPAE debugging processPaul Davis
2010-07-02and yet more of a possible fix for NPAE problemPaul Davis
2010-07-02and more of a possible fix for NPAE problemPaul Davis
2010-07-02more of a possible fix for NPAE problemPaul Davis
2010-07-02a bit more of a possible fix for NPAE problemPaul Davis
2010-07-02possible fix for NPAE problemPaul Davis
2010-07-02more NPAE debuggingPaul Davis
2010-06-30re-apply 6864Paul Davis
2010-06-30temporarily revert 6864 to see if it fixes no-play-after-exportPaul Davis
2010-06-30debugging output to help track down the no-playback-after-export issuePaul Davis
2010-04-06fix 100% CPU usage after killing JACK caused by faulty logic in butler thread...Paul Davis
2008-11-06wrap PBD::Thread... signals in a mutex to avoid crashing as multiple threads ...Paul Davis
2008-05-15mike taht's patch to remove all use of gettimeofday() in favor of ARDOUR::get...Paul Davis
2008-02-26non-AA canvas support (not used by default); new SAE menus; fix locate-play-l...Paul Davis
2008-01-09make separate work with/without selected tracks; make align-regions-*-relativ...Paul Davis
2008-01-07merge keybindings/menus from SAE; report duplicate port errors during session...Paul Davis
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