summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
AgeCommit message (Expand)Author
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
2011-11-01remove useless debugging outputPaul Davis
2011-10-29tweaks to boost debug related code, from a boost debugging sessionPaul Davis
2011-10-28Use shared_ptr for Port in the AudioEngine; improves thread-safety of the aud...Carl Hetherington
2011-10-26Don't resort routes at every step during a session'sCarl Hetherington
2011-10-21notify about commit change when we slip out of rec-enabled due to auto-punchPaul Davis
2011-10-19debugging with thorwilPaul Davis
2011-10-07Fix crash when moving end marker after deleting loop range (#4357).David Robillard
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-09-28Strip .ardour prefix from session files selected from the startup dialogue. ...Carl Hetherington
2011-09-21fixes from 2.X for latency/capture alignment stuff: don't reverse route list,...Paul Davis
2011-09-20(native) Linux VST support from LinuxDSPPaul Davis
2011-09-07Update route colours when they are added to / removedCarl Hetherington
2011-08-14Don't auto-connect buss inputs (#4211).Carl Hetherington
2011-08-11fix stupid thinko in varispeed limitation for record enablePaul Davis
2011-08-10don't use MIDI tracks when adding internal sends to auxes; no varispeed when ...Paul Davis
2011-08-10make handling of sends-only feed-based solo propagation symmetrical upstream ...Paul Davis
2011-08-09attempt to prevent dropping into record if rolling in reverse (should fix #4254)Paul Davis
2011-07-25in exclusive solo mode, allow full-group soloPaul Davis
2011-07-22use std::vector::assign() in BufferSet::attach_buffers() rather than an expli...Paul Davis
2011-07-03ctrl-alt-click now toggles input active status of other MIDI tracks using (an...Paul Davis
2011-06-22Always use numeric prefixes for default-named tracks / busses (#4123).Carl Hetherington
2011-06-19much ado about nothing when it comes to gain controlPaul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-05-13initial volley of work for AudioPlaylistSource, the basic prototype for sourc...Paul Davis
2011-05-12Fix update of session range location on copy-dragging regions (#4038).Carl Hetherington
2011-05-04Fix restoration of connections to control surface ports.Carl Hetherington
2011-04-21fix thinko in setting up auto-connect for monitor busPaul Davis
2011-04-09remove another instance of access(2)Paul Davis