summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/route.h
AgeCommit message (Expand)Author
2020-05-12remove Route::reload_loop() and derivativesPaul Davis
2020-04-27Skip delayline updates if no change is requiredRobin Gareus
2020-04-25Remove unused signalRobin Gareus
2020-04-23Micro optimization: cache output IO latencyRobin Gareus
2020-04-19Solo isolate foldback busses - #8020Robin Gareus
2020-04-18Optimize realtime listen-position changeRobin Gareus
2020-04-02Update fan-out signalRobin Gareus
2020-03-30Always delegate meter-point positioning to rt-threadRobin Gareus
2020-03-14Prevent freeze/bounce of sidechain processorsRobin Gareus
2020-02-18Enumerate the polarity buttons from the polarity processor itself, not the In...Ben Loftis
2019-12-16Remove cruft, unused APIRobin Gareus
2019-12-11Fix loading plugin state from sessionsRobin Gareus
2019-11-22redesign of declicking and fades around loop boundariesPaul Davis
2019-11-08Remove unused signalRobin Gareus
2019-11-06fix unconditional note resolution during DiskReader::realtime_locate()Paul Davis
2019-11-02add a MidiStateTracker to DiskReader and use to handle transport stop note re...Paul Davis
2019-09-29Ardour::IO is not latent by itselfRobin Gareus
2019-09-25Consolidate and extend "well-known" controls:Robin Gareus
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2019-06-09Consolidate meter-type state and APIRobin Gareus
2019-04-13NO-OP: <tab> after <space> fixes in libsRobin Gareus
2019-03-20remove "rename_playlist" argument from Route::set_name_in_state().Paul Davis
2019-02-22remove PostTransportWorkCurveReallocate (no longer used)Paul Davis
2019-02-21Avoid dynamic-cast, prefer virtual inheritance for performance reasonsRobin Gareus
2018-11-12Changed send/deliver role "Personal" to "Foldback" so bus type can matchLen Ovens
2018-10-19Add personal monitor sendsLen Ovens
2018-08-06Fix track rename oddity, don't skip over current name.Robin Gareus
2018-07-09move rt-stop to routeRobin Gareus
2018-07-09Remove global declick APIRobin Gareus
2018-02-14Auto-monitor == Cue for MIDI tracks.Ben Loftis
2018-02-11SoloSelection: libardour part.Ben Loftis
2017-10-31Fix set_loop() return value (amend 00a4ad)Robin Gareus
2017-10-31Move Loop Location to ProcessorsRobin Gareus
2017-10-31Migrate to Polarity-inversion processor & fix proc positionsRobin Gareus
2017-10-19US2400: map knobs for mixbus strips, when selected.Ben Loftis
2017-10-05US2400: send_pan_azimuth lookup function (currently mb-only)Ben Loftis
2017-10-04Clean up State API:Robin Gareus
2017-09-30Immediate-event/out-of-band injection update & tweak clearing buffersRobin Gareus
2017-09-30First part of consolidating ::roll(), ::no_roll()Robin Gareus
2017-09-30remove unused Route::_silentRobin Gareus
2017-09-30Towards fixing no_roll()Robin Gareus
2017-09-29Ongoing work on latency compensationRobin 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-23Consolidate check for internal/non-removable processorsRobin 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-19Various updates and fixes for Latency CompensationRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis