From 9e3299f97da874a48f67dc5ff0e0f87a6a54768a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 2 Jan 2016 04:58:23 -0500 Subject: change Controllable::set_value() API to include grouped control consideration. This also removes Route::group_gain_control() and associated machinery. Not yet tested with Mackie or other surfaces. More work to done to start using the group capabilities, and also potentially to add or derive more controls as RouteAutomationControls --- libs/ardour/ardour/amp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/ardour/amp.h') diff --git a/libs/ardour/ardour/amp.h b/libs/ardour/ardour/amp.h index e8445c4853..c92edcc5fc 100644 --- a/libs/ardour/ardour/amp.h +++ b/libs/ardour/ardour/amp.h @@ -92,7 +92,7 @@ public: range_db = accurate_coefficient_to_dB (_desc.upper) - lower_db; } - void set_value (double val); + void set_value (double val, PBD::Controllable::GroupControlDisposition group_override); void set_value_unchecked (double); double internal_to_interface (double) const; -- cgit v1.2.3