summaryrefslogtreecommitdiff
path: root/libs/ardour/track.cc
AgeCommit message (Expand)Author
2015-06-29add the Tracks version of Track::monitoring_state()Paul Davis
2015-06-16add Record-Safe feature to libardour (from Nikolay Polyanovskii)Paul Davis
2014-11-14add abort() to non-reached codeRobin Gareus
2014-11-02Automation of LV2 plugin properties.David Robillard
2014-10-15allow internal generators to make noise, even if we are not rolling, and usin...Ben Loftis
2014-10-10subtle changes to accomplish two goals (1) playhead should stop where the use...Paul Davis
2014-06-26option to use track-number and take-name as part of file-nameRobin Gareus
2014-04-10redesign technique for naming/creating regions for MIDI clone (or other non-c...Paul Davis
2013-08-09more purging of JACK as an explicit name from libardourPaul Davis
2013-08-03advance track's play-position even if processing is lockedRobin Gareus
2013-07-30use dedicated buffers for route (and track)Robin Gareus
2013-07-28fix compiler warnings.Robin Gareus
2013-07-25reset meters only when *really* necessaryRobin Gareus
2013-07-16meter-state 17 and 49 + code-commentRobin Gareus
2013-07-16rework metering states 2, 6, 18 and 22Robin Gareus
2013-07-16revert functionality of f842e8af2 (meter display in DISK mode)Robin Gareus
2013-07-16yet another meter+monitoring detail:Robin Gareus
2013-07-16fix metering states 34, 38, 49, 50, 53 and 54Robin 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-07-07fix metering when monitoring track input. (ran twice)Robin Gareus
2013-03-30fix input metering when not rolling but using h/w monitoring: need to explici...Paul Davis
2013-03-27Squashed commit of the following:Paul Davis
2012-12-19prevent MIDI tracks from ever being in MonitoringSilence state, allows use of...Paul Davis
2012-12-07fix wierd rec-enable behaviour, at possible expense of adding more RT costPaul Davis
2012-12-07fix issues with rec-enabling being done in RT context by splitting it into tw...Paul Davis
2012-09-27different version of previous commit that leaves previous semantics intact un...Paul Davis
2012-09-27when deciding monitoring state, only consider the session to be in global rec...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-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