summaryrefslogtreecommitdiff
path: root/libs/ardour/track.cc
AgeCommit message (Expand)Author
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-05Don't rename playlists on rename track if the track has >1Carl Hetherington
2012-07-04Revert erroneous commit 12922 and replace with a better fixCarl Hetherington
2012-06-25Create diskstream before calling Route::set_state, theCarl Hetherington
2012-06-17Remove believed-unnecessary and broken MIDI thru option;Carl Hetherington
2012-06-01When we rename a track, only rename its playlist if itCarl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-04-19Break shared_ptr cycle between Track and itsCarl Hetherington
2012-04-16MCP: work on rec-enablePaul Davis
2012-04-14Fix a few framecnt / framepos type confusions.Carl Hetherington
2012-04-13convert rec-enable control for a Track from PBD::COntrollable to ARDOUR::Auto...Paul Davis
2012-04-11Remove unused parameter to Port::flush_buffers().Carl Hetherington
2012-03-06Mark rec enable controllables as toggling.Carl Hetherington
2011-12-26a grab bag of changes correcting and improving the way MIDI note on/off track...Paul Davis
2011-12-26Tidy up monitoring slightly so that it matches oofus' truthCarl Hetherington
2011-12-23Clarify ensure vs. request for JACK monitoring, naming-wise.Carl Hetherington
2011-12-23Do some renaming in the ARDOUR::Port class tree.Carl Hetherington
2011-12-13fix up mess with unassigned Playlist::orig_track_idPaul Davis
2011-12-11Sessions loaded from 2.X don't have a diskstream (yet)Carl Hetherington
2011-12-10fix for most (all? we can dream ...) issues involved in #4399 (editing multip...Paul Davis
2011-11-21Re-add code to support do-not-record-plugins (#4487).Carl Hetherington
2011-11-16Slightly unpleasant fix for creation of tracks fromCarl 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-24Save and restore _saved_meter_point; fixes #4195.Carl 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-24Remove unused read/write data count code.Carl Hetherington
2011-10-21improved/fixed monitoring_state() logic from chrisgPaul Davis
2011-10-21get rid of click when transport changes state and we're monitoring inputPaul Davis
2011-10-21tweak Track::monitoring_state() logic once morePaul Davis
2011-10-21tweak monitoring state logicPaul Davis
2011-10-21fix display (and handling of) monitoring status during rollPaul Davis
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-20make monitor=In work during no-roll conditions without auto-inputPaul Davis
2011-10-20add initial implementation of explicit monitor (input|disk) control. some beh...Paul Davis
2011-10-19flush_buffers on all of a route's deliveries so that MIDI sends work.Carl Hetherington
2011-09-253.X version of earlier major fix to 2.X: Route::check_initial_delay() should ...Paul Davis
2011-09-18Remove unused rec_monitors_input variables.Carl Hetherington
2011-09-16Remove unused parameter.Carl Hetherington
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-04-09part two of: correctly reset capture alignment at session loadPaul Davis
2011-04-04move some DEBUG::Graph traces to DEBUG::ProcessThreads ; remove Diskstream::r...Paul 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-07manage Route::_have_internal_generator more accurately and never flush proces...Paul Davis
2011-03-05fix monitoring so that MIDI tracks don't work the same way as audio (basicall...Paul Davis