summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session.h
AgeCommit message (Expand)Author
2010-01-16a tiny change that fixes MMC (and other things) aborting capture-on-stop when...Paul Davis
2009-12-08backport feature to show only tracks with regions under the playhead (thanks ...Ben Loftis
2009-12-07weak version of "Save As"Paul Davis
2009-11-11fix scons tests for various JACK functions; use jack_on_info_shutdown() if it...Paul Davis
2009-11-10when renaming redirects, scan all routes AND sends AND port inserts for the n...Paul Davis
2009-11-08minor cleanups noted while forward porting transport stuff to 3.0Paul Davis
2009-11-07clean up that godawful programming style in the last transport commit, and fi...Paul Davis
2009-11-07better design for range plays that leaves the range play button able to play ...Paul Davis
2009-11-06deep, somewhat subtle changes for transport control. Everything should use Se...Paul Davis
2009-11-05save & restore seamless loop setting when setting sync source, since JACK doe...Paul Davis
2009-11-04various "deep" fixes related to looping, particularly seamless, and transport...Paul Davis
2009-11-04fix buffer content issue after seamless loop endsPaul Davis
2009-10-30patch from carl for #2017 - do not stop at session end if synced to jack but ...Paul Davis
2009-10-30lots of deep but hard to spot changes to transport control, primarily relatin...Paul Davis
2009-10-272 patches inspired from 3.0. remove unused butler buffers(drobilla), and reg...Ben Loftis
2009-10-20store the count of imported files in the import_status record, and initialize...Ben Loftis
2009-10-13MTC-continue-when-looping patch from carl (#1875). note - apparently not need...Paul Davis
2009-09-26open un-writable sessions without complaining, and desensitize all/most actio...Paul Davis
2009-09-17more NSD hacks, including a new exception thrown when loading a session at a ...Paul Davis
2009-04-29catch jack shutdown (from server) and handle it better then we used to in ter...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-05Make "consolidate range" and "bounce range to region list" not apply processi...Sampo Savolainen
2009-03-02ICS (image compositor socket) patches from robin gareus, to keep ICS alive in...Paul Davis
2009-02-14track templates; indent fixes needed and will be forthcoming; minor fix for t...Paul Davis
2008-12-04fix up MTC message delivered internally when locate is noticed (removes stupi...Paul Davis
2008-11-25lincoln's solo-mute-override patch modified/extended to track the option chan...Paul Davis
2008-11-13speed up track resizing; fixup file DnD; stop use CAAudioFile for imported filesPaul Davis
2008-10-21improved (?) Session::audible_frame()Paul Davis
2008-10-20fix up some jerkiness/retrograde motion of playheadPaul Davis
2008-10-08fix for bad sync with other JACK transport-aware clients (thanks to torben fo...Paul Davis
2008-10-07fixes needed for track/strip ordering issuesPaul Davis
2008-10-03part II of probable fix for track sync-orderingPaul Davis
2008-07-07move to scons Clone everywhere rather than Copy; add Session::micro_locate() ...Paul Davis
2008-06-18make bounce range and bounce region work properly (wrong boundaries before); ...Paul Davis
2008-06-18make Session::region_name() have the same performance as std::map<std::string...Paul Davis
2008-06-03small changes to export code to hopefully fix some bugs with range export(s)Paul Davis
2008-05-15mike taht's patch to remove all use of gettimeofday() in favor of ARDOUR::get...Paul Davis
2008-04-17AccessAction() OSC patch from Ryan ScottPaul Davis
2008-03-25add new Session::Dialog signal for generic dialog interactions with unknown G...Paul Davis
2008-03-21fix dragging that involves locked regions; auto-rebinding patch for people to...Paul Davis
2008-02-26non-AA canvas support (not used by default); new SAE menus; fix locate-play-l...Paul Davis
2008-02-15Make import GUI report if you are importing a file of a name that Sampo Savolainen
2008-02-13add option to create xrun markers on the location markerbarDoug McLain
2008-02-12AU GUIs basically working, though unfinished; push up dialog for massive spli...Paul Davis
2008-02-01large chunks of code to deal with pre-analysis of audio; transient/perconset ...Paul Davis
2008-01-25meet rhythm ferret: cute, furry and always on time (ardour build now requires...Paul Davis
2008-01-09yet more changes to the monstrosity that is session loading and startup; sear...Paul Davis
2008-01-04add -d/--disable-plugins option to allow easy restart with troublesome pluginsPaul Davis
2008-01-04Back-port tim mayberry's fixes for import; fix JACK slaving to never pay atte...Paul Davis