summaryrefslogtreecommitdiff
path: root/libs/ardour/audio_track.cc
AgeCommit message (Expand)Author
2013-07-31fix stupid copy/paste error in 00f26394a9Robin Gareus
2013-07-16zero meters for inactive tracksRobin Gareus
2013-07-16fix "monitor mode 11"Robin Gareus
2013-07-16fix input metering:Robin Gareus
2013-04-06rename Route::is_hidden() to Route::is_auditioner() and Route::Hidden to Rout...Paul Davis
2013-03-27Squashed commit of the following:Paul Davis
2012-10-18change input/output button context menus for mixer strip to be non-additive: ...Paul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-07-13dramatic overhaul of automation. too long to explain here. this work is not f...Paul Davis
2012-07-06do not deactivate the meter in a frozen trackPaul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-03-15radically rethink export/bounce/freeze code design. probably not 100% done by...Paul Davis
2012-01-30Fix non-summon of butler when a track that needs it is followed by a track th...Carl Hetherington
2011-12-23Clarify ensure vs. request for JACK monitoring, naming-wise.Carl Hetherington
2011-12-13fix up mess with unassigned Playlist::orig_track_idPaul Davis
2011-12-10fix for most (all? we can dream ...) issues involved in #4399 (editing multip...Paul Davis
2011-11-21Remove unused with_processors parameter toCarl Hetherington
2011-11-16Remove set_state / _set_state dance in Route hierarchyCarl Hetherington
2011-10-31Take commit() out of process() in both types ofCarl Hetherington
2011-10-24Move some code up from {Midi,Audio}Track to Track.Carl Hetherington
2011-10-24Remove unused call_base parameter from Route::_set_state.Carl Hetherington
2011-10-21correctly track monitoring changes in libardour and the GUI; required removin...Paul Davis
2011-10-21save&restore for track monitor statePaul Davis
2011-10-20obey monitor=disk when recording also; remove debug outputPaul Davis
2011-10-20add initial implementation of explicit monitor (input|disk) control. some beh...Paul Davis
2011-09-18Remove unused rec_monitors_input variables.Carl Hetherington
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-04-25remove some left over debuggingPaul Davis
2011-04-09formatting cleanupPaul Davis
2011-04-04Fix broken whitespace (no functional changes).David Robillard
2011-03-11sorta-kinda working latency compensation, latency reporting and capture align...Paul Davis
2010-12-10Stop bounce / freeze on tracks that have more outputs than inputs and so cann...Carl Hetherington
2010-12-07reimplement Route::shift() from 2.X for "Insert Time"Paul Davis
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-28more or less complete restoration of Controllable::_id from XML, with all tha...Paul Davis
2010-11-27changes associated with save/restore of AutomationControl id'sPaul Davis
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-06-09dynamic playback & capture buffer resizing (though transport is stopped first)Paul Davis
2010-05-27Take route's processor lock for things called by the process thread. Prevent...Carl Hetherington
2010-04-27add muted-by-other concept to solo support infrastructurePaul Davis
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2010-04-15Remove out-of-date members of freeze_record which are now accounted for by Pr...Carl Hetherington
2010-04-14Don't run meters either during freeze.Carl Hetherington
2010-04-14Don't run deliveries to output ports during export / freeze.Carl Hetherington
2010-04-13Reduce stack requirement of AudioTrack::export_stuff, which fixes a crash whe...Carl Hetherington
2010-03-27part one of hiding Diskstreams and making them a private object of a TrackPaul Davis
2010-03-25would you look at that! all those changes just to make the auditioner work ag...Paul Davis
2010-03-24remove XML constructors for Route, Track, AudioTrack, MidiTrack; make Session...Paul Davis
2010-03-02(1) remove most uses of MementoCommand for Playlist and Region (2) move froze...Paul Davis
2010-02-18the Properties & 64bit region commitPaul Davis