goodbye USE_TRACKS_CODE_FEATURES and is_tracks_build
[ardour.git] / libs / ardour / route.cc
2019-09-25 Paul Davisgoodbye USE_TRACKS_CODE_FEATURES and is_tracks_build
2019-09-25 Robin GareusConsolidate and extend "well-known" controls:
2019-09-22 Paul Davisadd const and tweak variable name
2019-09-20 Robin GareusAdd abstract API for latency compensated sends
2019-08-27 Len OvensAdd signal for foldback send add or remove
2019-08-22 Robin GareusDetect monitor-send by instance, not name
2019-08-06 Len Ovensfoldback may be mono don't set panner type
2019-08-03 Robin GareusUpdate libardour GPL boilerplate and (C) from git log
2019-07-02 Robin GareusMixbus uses K14 (not K20) master meter by default ...
2019-07-02 Robin GareusMixbus/master is always using K20 by default
2019-06-09 Robin GareusConsolidate meter-type state and API
2019-05-08 Robin GareusNO-OP: Unclutter -DGraph
2019-04-13 Robin GareusNO-OP: whitespace
2019-04-12 Robin GareusNO-OP: whitespace
2019-04-12 Robin GareusMore Ardour/Mixbus codebase unification
2019-04-12 Robin GareusNO-OP: mixbus codebase unification
2019-04-07 Robin GareusFix bounce-process: skip all processors before disk...
2019-04-07 Robin GareusBounce process always uses speed 1.0
2019-03-25 Robin GareusDo not create automation when shifting (insert/remove...
2019-03-21 Paul Davisremove "rename_playlist" argument from Route::set_name_...
2019-03-17 Robin GareusRemove unneeded calls to configure_processors during...
2019-03-15 Robin GareusAmend 883ee9c2, setup required invisible processor
2019-03-05 Robin GareusAllow to call set_state() on existing routes
2019-03-05 Robin GareusTweak, optimize route setup
2019-03-04 Robin GareusFix recursive WriteLock crash due to signal emission
2019-02-26 Nikolaus GullottaAmend d61efbee3 - remove check for Mixbus
2019-02-26 Nikolaus GullottaRoute::save_as_template() needs call state() with true...
2019-02-22 Paul Davisremove PostTransportWorkCurveReallocate (no longer...
2019-02-16 Robin GareusPrepare to allow to disable latency-compensation
2019-01-18 Len OvensHmm, balanced panner didn't seem to make it in
2019-01-18 Len Ovensfoldback sends should have unlinked balanced panner
2018-12-21 Robin GareusRemove duplicate automation shift
2018-11-28 Robin GareusConsolidate ambiguous engine API calls
2018-11-23 Robin GareusLoad audition synth on demand
2018-11-13 Len OvensChanged send/deliver role "Personal" to "Foldback"...
2018-11-01 Johannes MuellerUpdate names of sidechains.
2018-10-29 Robin GareusSafe-guard non-rt-safe sidechain operations
2018-10-19 Len OvensAdd personal monitor sends
2018-10-16 Len OvensOSC: personal monitor send hidden follows aux hidden
2018-10-10 Robin GareusFix master_send_enable_controllable for Mixbusses
2018-09-30 Robin GareusFix Mixbus master-bus tape-saturation controllable
2018-08-06 Robin GareusFix track rename oddity, don't skip over current name.
2018-07-09 Robin Gareusmove rt-stop to route
2018-07-09 Robin GareusRemove global declick API
2018-02-15 Ben LoftisAuto-monitor == Cue for MIDI tracks.
2018-02-11 Ben LoftisSoloSelection: libardour part.
2017-12-31 Robin GareusProcess Panner Automatables (emit Changed)
2017-11-26 Robin GareusSidechain latency compensation - part one
2017-11-04 Robin GareusClean up delayline API: don't use 'get_' for accessor...
2017-11-03 Robin GareusFix polarity-control size (and crash during audition)
2017-10-31 Robin GareusFix set_loop() return value (amend 00a4ad)
2017-10-31 Robin GareusRelax assertion to allow rolling backwards into 0.
2017-10-31 Robin GareusMove Loop Location to Processors
2017-10-31 Robin GareusSmall steps towards rolling backwards..
2017-10-31 Robin GareusMigrate to Polarity-inversion processor & fix proc...
2017-10-21 John Emmas'Route::tape_drive_controllable()' needs to return...
2017-10-19 Ben LoftisUS2400: map knobs for mixbus strips, when selected.
2017-10-10 Robin Gareusadd missing lock (for audition + mon section)
2017-10-07 John EmmasFor 'Route::send_pan_azi_controllable()' (when building...
2017-10-05 Ben LoftisUS2400: send_pan_azimuth lookup function (currently...
2017-10-03 Robin GareusClean up State API:
2017-09-30 Robin GareusImmediate-event/out-of-band injection update & tweak...
2017-09-30 Robin GareusNO-OP, re-order code, put all *roll() methods next...
2017-09-30 Robin GareusFirst part of consolidating ::roll(), ::no_roll()
2017-09-30 Robin Gareusremove unused Route::_silent
2017-09-30 Robin GareusRemove Input-meter special-case
2017-09-30 Robin GareusTowards fixing no_roll()
2017-09-30 Robin GareusFix thinko in 8139becb -- route split cycle
2017-09-30 Robin GareusAlign punch in/out recording with latency-compensation
2017-09-29 Robin GareusRemove unused punch+preroll API
2017-09-29 Robin GareusAux-Send Latency compensation, part 2 & code-consolidation
2017-09-29 Robin GareusAux-Send Latency compensation, part 1: latent sources
2017-09-29 Robin GareusDelayline naming -- for debug purposes
2017-09-29 Robin GareusOngoing work on latency compensation
2017-09-29 Robin GareusPrepare removal of initial_delay
2017-09-29 Robin Gareusclean up route header, NO-OP (except variable re-order)
2017-09-29 Robin GareusNO-OP: Whitespace
2017-09-29 Robin GareusNo more disk-reader roll-delay
2017-09-22 Robin GareusConsolidate check for internal/non-removable processors
2017-09-22 Robin GareusEnforce disk-reader to be after the disk-writer
2017-09-19 Paul Davisattempt to fix roll delay logic by moving it into DiskR...
2017-09-19 Robin GareusFix nightly typos'n'thinkos: initial-delay calculation
2017-09-19 Robin GareusAmend c8a9b28d3 and 40aebce. Fix gain automation edge...
2017-09-19 Paul Davisremove getter for Amp::_apply_automation_gain; reset...
2017-09-19 Paul Davisconsolidate roll methods into Route::roll()
2017-09-19 Robin GareusVarious updates and fixes for Latency Compensation
2017-09-18 Paul DavisDisk IO "pre-fader" means pre-trim, not post-trim
2017-09-18 Paul Davisglobally change all use of "frame" to refer to audio...
2017-09-18 Paul DavisNO-OP: mark various state property names as explicitly...
2017-09-18 Paul Davismove disk_{writer,reader} into Route to allow for simpl...
2017-09-18 Paul Davisauditioner always runs at normal speed, independent...
2017-09-18 Paul Davismechanism to allow Track (or other Route-derived type...
2017-09-18 Paul Davisinitial (incomplete) framework for DiskIOPoint manipulation
2017-09-18 Paul Davisset + store signal chain latency for all processors...
2017-09-18 Paul Daviscue monitoring for audio (libardour aspects)
2017-09-18 Paul Davisget diskreader working, and remove per-track varispeed...
2017-09-09 Robin GareusFix signal-emission order (first re/set instrument...
2017-09-09 Robin GareusPrepare for singleton patch-selector per midi-track...
2017-08-20 Johannes MuellerRemove the template description XMLNode before saving...
2017-08-20 Johannes MuellerLet user add a route template description on saving...
next