fully implement and deploy explicit x-thread signal connection syntax (testing comes...
[ardour.git] / libs / ardour / route.cc
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-10 Paul Davisadd solo isolate indicator in editor route list
2009-12-10 Paul Davisforward propagate solo-isolated status to everything...
2009-12-10 Paul Davisdrastic, deep and wide changes to make RouteGroup use...
2009-12-07 Paul DavisRoute::set_meter_point() is now conceptually RT safe...
2009-12-01 Carl HetheringtonRevert completely mystifying stupidity in a previous...
2009-11-30 Carl HetheringtonVarious optimisations to speed up rec-enable.
2009-11-28 Carl HetheringtonAll plugin activate() method when required for copy...
2009-11-28 Paul Davistracing and small fixes to improve object destruction...
2009-11-26 Carl HetheringtonFix various crashes on session close.
2009-11-25 Carl HetheringtonGive Processor::run a new parameter to say whether...
2009-11-21 Paul Davisget "solo safe" back in action again
2009-11-21 Paul Davissome provisional support for "real" solo-isolate behavi...
2009-11-20 Paul Davismake sure that delivery processors in a soloed route...
2009-11-19 Paul Davisadd new Graph debug bit ; make adding aux sends really...
2009-11-18 Paul Davisadd "custom" meter option which is the only option...
2009-11-18 Paul Davistwo more debug trace options
2009-11-18 Paul Davislock processor list and reconfigure processors after...
2009-11-18 Paul Davisbring back full mute control (pre/post/control/main...
2009-11-17 Paul Davisdisabled changes to make solo propagation ignore sends
2009-11-17 Carl HetheringtonFix error in last commit.
2009-11-17 Carl HetheringtonNon-ideal but functional fix for problems when adding...
2009-11-16 Paul Davistentative fix for crash on roll
2009-10-22 David RobillardWhitespace.
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-10-14 Carl HetheringtonSet the scratch bufs count up in passthru_silence,...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-10-02 Paul Davisstring_is_affirmative() fix for 3.0
2009-08-28 Paul Davismore MIDI editing tweaks ; flip mouse mode buttons...
2009-08-27 Paul Davislots of MIDI editing stuff. to be explained on the...
2009-08-10 Paul Davisfirst part of MIDI cut/copy/paste ; fix for input/outpu...
2009-08-08 Paul Daviswaf build works on OS X ; new bindings file and process...
2009-07-29 Paul Davisavoid crashes caused by the process buffer set being...
2009-07-28 Paul Davisremove all MIDI-specific editing modes by making standa...
2009-07-22 Paul Davismake i18n build work ; add mackie dir back to build...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-07-21 Paul Davisfirst part of fixing up send/return metering ; make...
2009-07-15 Paul Davismore hacking on the processor list and processor box...
2009-07-15 Paul Davisprocessor naming tweaks, processor visibility tweaks...
2009-07-13 Paul Davismore removal of Placement
2009-07-13 Paul Davismerge pre- and post-fader processor boxes; start removi...
2009-07-04 Carl HetheringtonAdd option to collect a route group, so that its member...
2009-07-04 Carl HetheringtonUse std::string for order key map.
2009-07-01 Paul Davisreinstate solo button for master out ; make solo button...
2009-07-01 Paul Davisseparate solo & listen. some minor fixes and additional...
2009-06-26 Paul Davisallow automation-follows-relevant-regions again
2009-06-25 Paul Davisstartup assistant patch from tinman; cleanup fix backpo...
2009-06-23 Paul Davissave&restore gain levels; provide GUI control over...
2009-06-21 Carl HetheringtonMerge edit and mix groups to just being route groups...
2009-06-20 Carl HetheringtonMix group tabs in the mixer.
2009-06-18 Paul Davismodified patch from lincoln to show/control rec-enable...
2009-06-17 Paul Davisremove SoloBus solo model, add PFL and AFL. basic testi...
2009-06-17 Paul Davissolo models work again (amazing how hard this was)...
2009-06-16 Paul Davisfirst pass (ok, third really) at internal send+return...
2009-06-11 Paul Davisfix up missing ID in route state; no error message...
2009-06-10 Paul Davisnick m's fix for markers etc ; several tweaks for mute...
2009-06-10 Paul Davisfix mute & solo behaviour mostly ; remove some verbose...
2009-06-09 Paul Davisthe big Route structure refactor. !!!! THIS WILL ...
2009-05-17 Paul Davissend control now has working metering, and switches...
2009-05-17 Paul Davis75% (?) of the way towards making mixer strips control...
2009-05-16 Paul Davisfix a problem with re-ordering in PostFader placement...
2009-05-16 Paul Davisa gadzillion changes all over the place. nothing is...
2009-05-14 Carl HetheringtonFirst stage of options rework.
2009-05-13 Paul Davismore work on the new all-Processor-all-The-Time redesig...
2009-05-07 David RobillardThe great audio processing overhaul.
2009-05-04 David RobillardPreliminary MIDI plugin support.
2009-05-01 Carl HetheringtonCouple of fixes to route / mixer strip ordering which...
2009-04-23 Paul Davisremove offset from process callback tree. some breakage...
2009-04-15 Paul Davisfirst half of the mega-by-hand-commit-by-commit merge...
2009-03-05 Paul Davismake track templates work, including a fix for the...
2009-03-02 Paul Davistrack templates, backported from 2.X
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-19 David RobillardOnly create a Curve for an AutomationList if we need it.
2009-02-17 David RobillardMake a bunch of stuff boost::noncopyable.
2009-02-17 David RobillardFix crazy spacey tabs, width, other super relevant...
2009-02-15 David RobillardSession XML style consistency (tag names are capitalized).
2009-02-14 Carl HetheringtonMake DnD copy processors using their XML representation...
2009-02-11 Carl HetheringtonRemove internal ports.
2009-02-10 Carl HetheringtonFixes to port inserts.
2009-01-30 Paul Davisfirst pass at internal sends. this is a very tentative...
2009-01-24 Carl HetheringtonDo not take into account sends when computing the requi...
2009-01-02 Paul Davissave/restore meter point from carl for #1748
2008-12-18 Carl HetheringtonRemove unnecessary 0 checks before delete; see parashif...
2008-12-18 Carl HetheringtonCouple of bug fixes which show up when undoing solo...
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2008-12-08 Paul Davismerge 3870-3890 from 2.0-ongoing into 3.X (compiles...
2008-10-03 David RobillardApply panners/automation patch from torbenh (Panner...
2008-10-03 David RobillardApply automation fix patch from torbenh.
2008-09-28 Paul Davischanges from torben for processor/plugin count determin...
2008-09-21 David RobillardDisplay recorded controller data (fix show all/existing...
2008-09-19 David RobillardFactor out sequencing related things into an independan...
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-04-11 Paul Davismerge 3.0 from 2.0-ongoing@3243
2008-03-17 Paul Davismerge with 2.0-ongoing @ rev 3147
next