summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/track.h
AgeCommit message (Expand)Author
2020-04-12Forward disk-reader ConfigurationChanged signalRobin Gareus
2020-03-17remove destructive/tape mode tracksPaul Davis
2019-12-11Fix loading plugin state from sessionsRobin Gareus
2019-12-10revert to single buffer for disk playback, and 5.x-style overwritePaul Davis
2019-11-22redesign of declicking and fades around loop boundariesPaul Davis
2019-11-02add a MidiStateTracker to DiskReader and use to handle transport stop note re...Paul Davis
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2019-02-21Remove unused API, unused variableRobin Gareus
2019-02-08NO-OP: clarify internal API, prepare for overwrite queueRobin Gareus
2019-02-06Prepare Disk-reader for bi-directional micro-locatesRobin Gareus
2018-09-18new transport slave/master implementation, libs/ editionPaul Davis
2018-07-09Prepare API for per disk-reader de-clickRobin Gareus
2018-07-09move rt-stop to routeRobin Gareus
2018-07-09Remove global declick APIRobin Gareus
2017-10-31Move Loop Location to ProcessorsRobin Gareus
2017-10-04Clean up State API:Robin Gareus
2017-10-02tracks no longer need to be notified about speed changesPaul Davis
2017-09-30First part of consolidating ::roll(), ::no_roll()Robin Gareus
2017-09-30Towards fixing no_roll()Robin Gareus
2017-09-29Remove unused mechanismRobin Gareus
2017-09-29Remove code related to capture-offset.Robin Gareus
2017-09-19attempt to fix roll delay logic by moving it into DiskReader (the only place ...Paul Davis
2017-09-18consolidate roll methods into Route::roll()Paul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-18remove all code related to "silent roll" concept. some debug output addedPaul Davis
2017-09-18move disk_{writer,reader} into Route to allow for simple, sensible implementa...Paul Davis
2017-09-18add Track::use_default_new_playlist()Paul Davis
2017-09-18remove Track::hidden(); replace with Stripable::is_private_route()Paul Davis
2017-09-18mechanism to allow Track (or other Route-derived type) to add its own process...Paul Davis
2017-09-18tweaks to disk io point mechanismsPaul Davis
2017-09-18initial (incomplete) framework for DiskIOPoint manipulationPaul Davis
2017-09-18update disk writer input latency at transport stopPaul Davis
2017-09-18the return of MIDI recording, plus refactor to move post-capture playlist man...Paul Davis
2017-09-18alignment choice now owned by Track, as a proxy for DiskWriterPaul Davis
2017-09-18remove all remaining vestiges of per-track varispeed from libardourPaul Davis
2017-09-18get diskreader working, and remove per-track varispeed API and mechanismPaul Davis
2017-09-18nothing to do anymore at the Track level when input config changesPaul Davis
2017-09-18remove Diskstream from Track and derivatives; get ardour to actually startupPaul Davis
2017-09-18mega-commit to save state of first "it compilesand links" state for separated...Paul Davis
2017-08-18Remove old destructive API (non layered is a dynamic mode) 2/2Robin Gareus
2017-04-19Use macro from pbd/enum_convert.h to define to_string/_to for Track enumTim Mayberry
2016-12-17Hide/remove per-track record-mode in favor of global setting.Robin Gareus
2016-05-31use new record safe control in libardourPaul Davis
2016-05-31first vaguely working version using PresentationInfoPaul Davis
2016-05-31universal change in the design of the way Route/Track controls are designed a...Paul Davis
2016-04-13yet more documentation..Robin Gareus
2016-04-12some strategic documentationRobin Gareus
2016-04-12NO-OP; document some more parameters.Robin Gareus
2016-02-01clean up mess in Route/Track controllables caused by not understanding the si...Paul Davis
2016-01-31make Track::set_monitoring() use a GroupControlDisposition; expose an Automat...Paul Davis