summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2017-09-29Ongoing work on latency compensationRobin Gareus
2017-09-29Add API to query IO latenciesRobin Gareus
2017-09-29Add Processor API for global session-transport alignmentRobin Gareus
2017-09-29Prepare removal of initial_delayRobin Gareus
2017-09-29clean up route header, NO-OP (except variable re-order)Robin Gareus
2017-09-29NO-OP: WhitespaceRobin Gareus
2017-09-29Remove code related to capture-offset.Robin Gareus
2017-09-29No more disk-reader roll-delayRobin Gareus
2017-09-24fix header order and space alignmentPaul Davis
2017-09-24convert codebase to use Temporal for various time typesPaul Davis
2017-09-24change libtimecode to libtemporal, add Evoral::Beats, positional types and su...Paul Davis
2017-09-23Fix changing playlist (Track is responsible for signal emission)Robin Gareus
2017-09-23Consolidate check for internal/non-removable processorsRobin Gareus
2017-09-22AlignmentChoise is a Track PropertyRobin Gareus
2017-09-21s/created with/modified with/Robin Gareus
2017-09-19attempt to fix roll delay logic by moving it into DiskReader (the only place ...Paul Davis
2017-09-19Revert "remove unusued roll_delay member of DiskReader"Paul Davis
2017-09-19remove unusued roll_delay member of DiskReaderPaul Davis
2017-09-19Amend c8a9b28d3 and 40aebce. Fix gain automation edge-cases:Robin Gareus
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-19Various updates and fixes for Latency CompensationRobin Gareus
2017-09-18amend prev. commitRobin Gareus
2017-09-18Tweak default configRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-18add _locked() variants to new tempo experimentPaul Davis
2017-09-18changes required to operate with the Evoral::Beats ticktime commitPaul Davis
2017-09-18new header file for superclock stuffPaul Davis
2017-09-18fix for loading older sessions, where the rest for "is-track" was "has-diskst...Paul Davis
2017-09-18reinstate "restart seek" behaviour but use a new Session::_seek_counter membe...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-18move _file_frame from DiskIOProcessor into DiskReader (only place where it is...Paul Davis
2017-09-18remove Auditioner::prepare_playlist() - not usedPaul 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-18new enums for disk i/o positioningPaul Davis
2017-09-18framework for silent-roll-while-slave-syncingPaul Davis
2017-09-18when DiskReader checks to see if a locate is in progress, it must be atomic w...Paul Davis
2017-09-18locating no longer interrupts process()Paul Davis
2017-09-18remove InputConfigurationChange from session events, since it is a no-op in t...Paul Davis
2017-09-18fix up error in manual rebase correctionPaul Davis
2017-09-18update disk writer input latency at transport stopPaul Davis
2017-09-18set + store signal chain latency for all processors; DiskWriter sets its capt...Paul Davis
2017-09-18the return of MIDI recording, plus refactor to move post-capture playlist man...Paul Davis
2017-09-18more DEBUG::Destruction messagesPaul Davis
2017-09-18drop route shared_ptr when Route::GoingAway is emittedPaul Davis