fix crash when copy'ing latent plugins
[ardour.git] / libs / ardour / mute_master.cc
2016-07-20 Paul DavisMuteMaster should (a) use a Muteable's own ::muted_by_o...
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-05-31 Paul Davismove ever close to working master/slave logic, this...
2016-05-31 Paul Davisdesign changes to various SlavableAutomationControls...
2016-05-31 Paul Davisa variety of changes that get closer to correctly funct...
2016-05-31 Paul Davisuniversal change in the design of the way Route/Track...
2016-05-31 Paul Davisadd implicit mute state to MuteMaster and use when...
2016-05-05 Paul DavisOMNIBUS COMMIT: prefer const XMLNode::property method...
2015-10-05 Robin GareusSiP and "solo overrides mutes" tweak:
2015-04-21 Ben LoftisInitial Gain Coefficient tweaks
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-03-24 David RobillardResolve only active notes when muted/non-soloed.
2012-04-12 Paul Davismove string_is_affirmative() into libpbd
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-02-09 Paul Davismake SiP mute gain work ... hopefully without breaking...
2010-05-20 Carl HetheringtonA few cleanups and rearrangements in the RC options...
2010-05-19 Carl HetheringtonWhen muting a route because another is soloed, take
2010-05-04 Paul Davisremove muted-by-others, a concept that turns out to...
2010-05-03 Paul Davisthe great solo model simplification (without much code...
2010-05-03 Paul Davismore solo model work, including a GUI fix for mute...
2010-05-01 Paul Davisperhaps, just possibly, a working solo model. needs...
2010-04-28 Paul Davismore solo/mute architecture work. NOTE: changes to...
2010-04-27 Paul Davisadd muted-by-other concept to solo support infrastructure
2010-03-28 Paul Davislincoln's patch to get loading 2.X sessions to work...
2010-02-08 Paul Davisnew RegionCommand object; remove unused string argument...
2010-01-04 Paul Davisprovide a real and usable MuteControllable for Routes...
2009-11-18 Paul Davisbring back full mute control (pre/post/control/main...
2009-10-21 David RobillardFix unused parameter warnings since GCC apparently...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
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 ...