summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
AgeCommit message (Expand)Author
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
2011-04-02fix import of multi-track SMF files with some tracks containing only meta-eve...Paul Davis
2011-03-20fixup auto-connection of new MIDI tracks and MIDI tracks with newly-added aud...Paul Davis
2011-03-18fix (?) capture alignment by making sure we use non-public latency informatio...Paul Davis
2011-03-16Replace connection cerr dumping with DEBUG_TRACE.David Robillard
2011-03-15fix all manner of things relating to io connections, setting capture alignmen...Paul Davis
2011-03-14Fix broken indentation.David Robillard
2011-03-14more fun and games with latency compensation, and so forth ... not done yetPaul Davis
2011-03-12properly use and publish private/public port latency values for JACK latency APIPaul Davis
2011-03-11sorta-kinda working latency compensation, latency reporting and capture align...Paul Davis
2011-03-09add new concept for managing alignment style (AlignChoice); switch to using w...Paul Davis
2011-03-08lots of stuff related to capture alignment. things appear to be working now, ...Paul Davis
2011-03-07fix all manner of wrongness with port buffer offsetsPaul Davis
2011-03-05fix monitoring so that MIDI tracks don't work the same way as audio (basicall...Paul Davis
2011-03-02remove entire "stub" file concept; open new audio and MIDI files on demand (a...Paul Davis
2011-03-02Less subtle attempt to prevent crashes on removing sources during session del...Carl Hetherington
2011-03-01Fix crash on session close.Carl Hetherington
2011-03-01Update session range on trimming regions.Carl Hetherington
2011-03-01Make the session watch sources' DropReferences and drop accordingly. Remove ...Carl Hetherington
2011-02-27Fix thinko with numbering of multiple added tracks.Carl Hetherington
2011-02-27Fix addition of multiple tracks.Carl Hetherington
2011-02-27Allow naming of new tracks/busses in the add route dialogue (#3376).Carl Hetherington
2011-02-22Use commented out (correct) Mute/SoloControllable set_value() code; requires ...Carl Hetherington
2011-02-20Modify route _processor list set up so that the logic for placing `invisible'...Carl Hetherington
2011-02-17more progress on speakers/vbap etc. etc (still a work in progress)Paul Davis
2011-02-16remove some undefined function decls and an unused function definitionPaul Davis
2011-02-16fixes for latency computation and compilationPaul Davis
2011-02-15part two of new JACK latency API support - should fix broken compilationPaul Davis
2011-02-11provide solo mute gain Config parameter as a controllable and use it in the m...Paul Davis
2011-02-10#ifdef-ize all/most uses of the boost debug hooks APIPaul Davis
2011-02-10break circular reference between panners and pannables; more destruction debu...Paul Davis
2011-01-27merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus...Paul Davis
2011-01-19Fix session range location by hooking into the undo system. Fixes #3654.Carl Hetherington
2011-01-19Fix undo nesting.Carl Hetherington
2011-01-05Remove direct busses so that all busses have internal returns.Carl Hetherington
2010-12-29Fix crash on saving session template (#3634).Carl Hetherington
2010-12-29Add options to add sends from buses as well as tracks; remainder of #3637.Carl Hetherington
2010-12-29Make 'copy track gains to sends' and 'set sends gains' work with sends from b...Carl Hetherington
2010-12-11Comment a few things and add missing process lock when adding a route from a ...Carl Hetherington
2010-12-10Stop bounce / freeze on tracks that have more outputs than inputs and so cann...Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-12-01Re-expose timecode offset in the session option editor.Carl Hetherington
2010-12-01Revert previous incorrect patch.Carl Hetherington
2010-12-01Remove unused timecode offset stuff.Carl Hetherington