summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
AgeCommit message (Expand)Author
2020-05-12remove Route::reload_loop() and derivativesPaul Davis
2020-05-08Experiment: propagate solo-state with internal-sendsRobin Gareus
2020-04-27Ignore unconnected ports for latency-compensationRobin Gareus
2020-04-27Skip delayline updates if no change is requiredRobin Gareus
2020-04-26Remove common prefix for latency debuggingRobin Gareus
2020-04-25NO-OP: reduce scope, return earlyRobin Gareus
2020-04-25Remove unused signalRobin Gareus
2020-04-25Prevent delay-line reconfiguration while processingRobin Gareus
2020-04-23Micro optimization: cache output IO latencyRobin Gareus
2020-04-20Do not add monitor-sends to foldback bussesRobin Gareus
2020-04-18Optimize realtime listen-position changeRobin Gareus
2020-04-18Support for lock-free AFL/PFL changesRobin Gareus
2020-04-02Update fan-out signalRobin Gareus
2020-04-01Overhaul InstrumentInfoRobin Gareus
2020-03-31Postpone disk-i/o setup during session-loadRobin Gareus
2020-03-30Always delegate meter-point positioning to rt-threadRobin Gareus
2020-03-30Assert that plugins are configured before setting custom meter positionRobin Gareus
2020-03-25Convert polarity invert state from v2 sessionsRobin Gareus
2020-03-21Pan: consolidate what_can_be_automated APIRobin Gareus
2020-03-14Prevent freeze/bounce of sidechain processorsRobin Gareus
2020-02-19when inside Route::set_state() and calling set_name(), call the virtual metho...Paul Davis
2020-02-19fix paren/newline formattingPaul Davis
2020-02-20Force Disk-Reader channel count to match Disk-Writer I/O.Robin Gareus
2020-02-20NO-OP: remove old comment and debug codeRobin Gareus
2020-02-19fix compiler warning about dynamic_cast<T*>(ptr_to_T)Paul Davis
2020-02-13Fix Mixbus well-known filter controls (HP/LP freq)Robin Gareus
2020-02-13Address sidechain-port name uniquenessRobin Gareus
2020-02-04Fix a potential case where PresentationInfo type flag is not set (see comment...Ben Loftis
2020-01-30Use session-version when loading processor stateRobin Gareus
2020-01-30Cont'd work on loading old route templatesRobin Gareus
2020-01-29Save/Use state-version with route templatesRobin Gareus
2020-01-11Fix AFL positionRobin Gareus
2019-12-16Remove cruft, unused APIRobin Gareus
2019-12-11Fix loading plugin state from sessionsRobin Gareus
2019-12-09Fix automation alignment for latent pluginsRobin Gareus
2019-12-05Fix well-known control LPF/HPF order.Robin Gareus
2019-11-22redesign of declicking and fades around loop boundariesPaul Davis
2019-11-21Use new boost::optional APIRobin Gareus
2019-11-08Ignore latency of inactive routesRobin Gareus
2019-11-08Remove unused signalRobin Gareus
2019-11-06Use strict-i/o on master-bus by defaultRobin Gareus
2019-11-06remove debug messagePaul Davis
2019-10-30Update latency-compensation when re-ordering processorsRobin Gareus
2019-10-30NO-OP: whitespace/commentsRobin Gareus
2019-10-28provide a mechanism to decide if Session::update_latency_compensation() is be...Paul Davis
2019-10-23Fix strict-i/o override on session-load (amend 31847f88ef)Robin Gareus
2019-09-29Ardour::IO is not latent by itselfRobin Gareus
2019-09-25goodbye USE_TRACKS_CODE_FEATURES and is_tracks_buildPaul Davis
2019-09-25Consolidate and extend "well-known" controls:Robin Gareus
2019-09-22add const and tweak variable namePaul Davis