summaryrefslogtreecommitdiff
path: root/libs/ardour/route_group.cc
AgeCommit message (Expand)Author
2018-06-30Fix code styleLen Ovens
2017-06-22Update Slavable APIRobin Gareus
2017-06-13Remember subgroup-busRobin Gareus
2017-06-13Allow group gain sharing + VCA againRobin Gareus
2017-05-03Move RouteGroup color into libardour.Robin Gareus
2017-04-19Use XMLNode::get/set_property API in ARDOUR::RouteGroupTim Mayberry
2017-04-19Use ID::to_s() in libardour instead of ID::print()Tim Mayberry
2017-03-26more fully disable gain adjustment sharing in a RouteGroup that is assigned t...Paul Davis
2017-03-08Prevent adding "master" to a groupRobin Gareus
2017-02-06save/restore VCA master state inside slaves, so that a reloaded session ends ...Paul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-08make route group master a real property.Paul Davis
2016-07-08treat VCA assign as a RouteGroup property.Paul Davis
2016-06-26Enable build for FreeBSD (part 1/2)Robin Gareus
2016-06-10make relative gain control in route groups work (again)Paul Davis
2016-06-07fix up logic that connects ControlGroups and RouteGroupsPaul Davis
2016-06-05change property names (not quark/strings) for RouteGroup properties to avoid ...Paul Davis
2016-05-31remove useless code recently added to RouteGroupPaul Davis
2016-05-31fix issues with route group assignment to control masterPaul Davis
2016-05-31provisional code to support assigning an entire RouteGroup to a VCA masterPaul Davis
2016-05-31first vaguely working version using PresentationInfoPaul Davis
2016-05-31universal change in the design of the way Route/Track controls are designed a...Paul Davis
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-03-22fix compilation on OSX (in the wake of eaca325c)Robin Gareus
2016-01-25change exposed type of various objects' gain controls; remove Amp::gain() as ...Paul Davis
2015-10-15fix crash when creating subgroup-bus - fixes #6642Robin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-21Update RouteGroup property defaults.Todd Naugle
2014-07-28grouped faders should have relative gain by defaultBen Loftis
2013-01-03expose operation to remove subgroupPaul Davis
2012-12-26remove "edit" property from track/bus groups; use "select" property which sho...Paul Davis
2012-10-18change input/output button context menus for mixer strip to be non-additive: ...Paul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2011-12-07send correct PropertyChange for RouteGroup::set_route_activePaul Davis
2011-12-07send PropertyChange for RouteGroup::set_editPaul Davis
2011-12-07send PropertyChange messages when changing RouteGroup propertiesPaul Davis
2011-11-04Fix somewhat confusing method names.Carl Hetherington
2011-11-04Make sure that the old route group is left properly whenCarl Hetherington
2011-10-21add route group support for monitoring choicesPaul Davis
2011-10-18make Stateful::_id private and provide appropriate methods to set it, and use...Paul Davis
2011-09-07Update route colours when they are added to / removedCarl Hetherington
2011-08-31Allow route groups to color their tracks (remainder ofCarl Hetherington
2011-08-30Tidy formatting some more.Carl Hetherington
2011-08-30Tidy formatting.Carl Hetherington
2011-08-30Give route groups their own colour, settable from the routeCarl Hetherington
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-04-06Fix show checkbuttons for mixer groups on startup (#3919). Also synchronise ...Carl Hetherington
2011-01-10Add route group property to share route active state (#3703)Carl Hetherington
2011-01-05Remove direct busses so that all busses have internal returns.Carl Hetherington