summaryrefslogtreecommitdiff
path: root/libs/ardour/track.cc
AgeCommit message (Expand)Author
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-26remove unnecessary callsPaul Davis
2017-10-04Clean up State API:Robin Gareus
2017-10-02tracks no longer need to be notified about speed changesPaul Davis
2017-10-01set owner or disk-i/o processorsRobin Gareus
2017-10-01Fix recording MIDIRobin Gareus
2017-09-30First part of consolidating ::roll(), ::no_roll()Robin Gareus
2017-09-30Remove Input-meter special-caseRobin Gareus
2017-09-30Towards fixing no_roll()Robin Gareus
2017-09-29Convert Diskstream/Playlist from A5 session formatRobin Gareus
2017-09-29Remove unused mechanismRobin Gareus
2017-09-29Ongoing work on latency compensationRobin Gareus
2017-09-29Remove code related to capture-offset.Robin Gareus
2017-09-23Fix changing playlist (Track is responsible for signal emission)Robin Gareus
2017-09-22NO-OP: whitespaceRobin Gareus
2017-09-22AlignmentChoise is a Track PropertyRobin Gareus
2017-09-19attempt to fix roll delay logic by moving it into DiskReader (the only place ...Paul Davis
2017-09-18remove getter for Amp::_apply_automation_gain; reset member to false after us...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-18Non-layered MIDI recordingPaul 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-18don't (re)create disk reader/writer if they already existPaul Davis
2017-09-18change callers of changed Track::use_new_playlist() API and its implementationPaul Davis
2017-09-18remove Track::hidden(); replace with Stripable::is_private_route()Paul Davis
2017-09-18emit required signalPaul 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-18drop references to disk reader and writer objects in Track destructorPaul Davis
2017-09-18NO-OP: commentPaul Davis
2017-09-18cue monitoring for audio (libardour aspects)Paul Davis
2017-09-18NO-OP: remove placeholder commentPaul Davis
2017-09-18NO-OP explanatory commentPaul Davis
2017-09-18alignment choice now owned by Track, as a proxy for DiskWriterPaul Davis
2017-09-18manual fixes for various XML API changes in master, required after rebase on ...Paul 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-18addd more DEBUG_TRACE for DiskIO; set DiskIOProcess::_need_butler more approp...Paul Davis
2017-09-18nothing to do anymore at the Track level when input config changesPaul Davis
2017-09-18reinstate input monitoring functionPaul Davis
2017-09-18fully remove diskstream codePaul Davis
2017-09-18random changes required to get an audio track created and transport functionalPaul Davis