summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
AgeCommit message (Expand)Author
2012-06-22provide an easier way to add mixed (audio+MIDI) tracks to a session, to facil...Paul Davis
2012-06-21a putatively better approach to cleaning up ports at session closingPaul Davis
2012-06-20Declick before the end of seamless loops, not after the end, so that loops ar...Carl Hetherington
2012-06-19Write the topologically sorted route list back to the session's list so that ...Carl Hetherington
2012-06-18Fix comment.Carl Hetherington
2012-06-14Hopefully fix race between engine being halted and butlerCarl Hetherington
2012-06-13Add operation_in_progress() method.Carl Hetherington
2012-06-12Handle failure of statfs to return available disc space on Samba shares mount...Carl Hetherington
2012-06-11Make send automation work (#4734).Carl Hetherington
2012-06-06Remove some unused code.Carl Hetherington
2012-05-28Add path_is_within to decide if a path is within a givenCarl Hetherington
2012-05-27don't alter session search path frm within FileSource constructor, do it when...Paul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-04-24revert previous commit (it should work, but did not); minor tweaks elsewherePaul Davis
2012-04-24move the point at which PannersLegal is emitted (thus resetting panners). It ...Paul Davis
2012-04-24add support for IP MIDI (multicast MIDI over IP UDP sockets) to ardour and us...Paul Davis
2012-04-22MCP: a fistful of improvements. probably best to just try it and see what it ...Paul Davis
2012-04-18add User metadata. user metadata is edited from the same dialog and read/wri...Ben Loftis
2012-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2012-04-11Remove unused playlist audition code.Carl Hetherington
2012-04-07Fix possible null pointer dereference (#4813).Carl Hetherington
2012-04-05Fix operator precedance inaccuracy (#4825).Carl Hetherington
2012-03-25Typo in comment.Carl Hetherington
2012-03-16put back revised version of Route::has_external_redirects() and use it to giv...Paul Davis
2012-03-16remove now-unused Route::has_external_redirects()Paul Davis
2012-03-15radically rethink export/bounce/freeze code design. probably not 100% done by...Paul Davis
2012-03-07Patch from colinf to fix auto-connect of bus outputs (#4758).Carl Hetherington
2012-03-05Prevent duplication of search path elements when symlinks are involved (#4568).Carl Hetherington
2012-02-02add a way to create a new MIDI track with an instrument pre-selectedPaul Davis
2012-01-30Add aux sends at the position that the menu was opened, rather than always pr...Carl Hetherington
2012-01-27restore independent gain control over click/metronomePaul Davis
2012-01-24make adding tracks/busses from templates just like adding them at the start o...Paul Davis
2012-01-22For now, only use the multi-threaded process code if we areCarl Hetherington
2012-01-18fix two major assert failures arising from the optional monitor section commi...Paul Davis
2012-01-18make monitor section an optional feature than can be added/removed as needed....Paul Davis
2012-01-14Add some debug code to time things in the processCarl Hetherington
2011-12-27Remove some wrongly commited stuff. Sorry\!Carl Hetherington
2011-12-27Add configure option to raise a FP exception when a denormalCarl Hetherington
2011-12-23Rename a few bits and fix a undeclared method.Carl Hetherington
2011-12-23Clarify ensure vs. request for JACK monitoring, naming-wise.Carl Hetherington
2011-12-10fix for most (all? we can dream ...) issues involved in #4399 (editing multip...Paul Davis
2011-12-09centralize legal-session-name-checkng and include : and ; in characters that ...Paul Davis
2011-12-07improved WORKING fix for search path issuesPaul Davis
2011-12-07fix up some logic so that we don't replicate the session dir path twice in th...Paul Davis
2011-11-16Slightly unpleasant fix for creation of tracks fromCarl Hetherington
2011-11-11Change the feedback alert to a flashing button; worksCarl Hetherington
2011-11-09Alert the user if a connection is made which causesCarl Hetherington
2011-11-08Fix naming / numbering of new MIDI tracks (#4453).Carl Hetherington
2011-11-07Fix name and a comment.Carl Hetherington
2011-11-07Do a topological sort of the route list before passing it toCarl Hetherington