summaryrefslogtreecommitdiff
path: root/libs/ardour/mute_master.cc
AgeCommit message (Expand)Author
2016-07-20MuteMaster should (a) use a Muteable's own ::muted_by_others_soloing() (b) no...Paul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-05-31move ever close to working master/slave logic, this time with audio testingPaul Davis
2016-05-31design changes to various SlavableAutomationControls to make it possible to g...Paul Davis
2016-05-31a variety of changes that get closer to correctly functioning behaviour for V...Paul Davis
2016-05-31universal change in the design of the way Route/Track controls are designed a...Paul Davis
2016-05-31add implicit mute state to MuteMaster and use when a master of a mute control...Paul Davis
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2015-10-05SiP and "solo overrides mutes" tweak:Robin Gareus
2015-04-22Initial Gain Coefficient tweaksBen Loftis
2015-03-24Resolve only active notes when muted/non-soloed.David Robillard
2012-04-12move string_is_affirmative() into libpbdPaul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-02-09make SiP mute gain work ... hopefully without breaking anything elsePaul Davis
2010-05-20A few cleanups and rearrangements in the RC options. Add options for default...Carl Hetherington
2010-05-19When muting a route because another is soloed, takeCarl Hetherington
2010-05-04remove muted-by-others, a concept that turns out to have been a red herring; ...Paul Davis
2010-05-03the great solo model simplification (without much code removal)Paul Davis
2010-05-03more solo model work, including a GUI fix for mute button state when the rout...Paul Davis
2010-05-01perhaps, just possibly, a working solo model. needs to be fixed so that conne...Paul Davis
2010-04-28more solo/mute architecture work. NOTE: changes to mute points are ignored ri...Paul Davis
2010-04-27add muted-by-other concept to solo support infrastructurePaul Davis
2010-03-28lincoln's patch to get loading 2.X sessions to work betterPaul Davis
2010-02-08new RegionCommand object; remove unused string argument from Region::thaw(); ...Paul Davis
2010-01-04provide a real and usable MuteControllable for Routes (so that MIDI can use it)Paul Davis
2009-11-18bring back full mute control (pre/post/control/main) via mute button context ...Paul Davis
2009-10-21Fix unused parameter warnings since GCC apparently doesn't feel like listenin...David Robillard
2009-10-15Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-...Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-06-10nick m's fix for markers etc ; several tweaks for mute/solo ; rename run_in_p...Paul Davis
2009-06-10fix mute & solo behaviour mostly ; remove some verbose debugging outputPaul Davis
2009-06-09the big Route structure refactor. !!!! THIS WILL ***NOT LOAD*** PRIOR 3.0 or...Paul Davis