summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/route.h
diff options
context:
space:
mode:
authorLen Ovens <len@ovenwerks.net>2015-12-09 09:21:36 -0800
committerLen Ovens <len@ovenwerks.net>2015-12-09 09:21:36 -0800
commite18ea188f45be0c30497e175907799daeed02cd4 (patch)
tree4dbcedb8e9422ff862f42ef7fc5e7407a4dd6a47 /libs/ardour/ardour/route.h
parentba3936391a35c38772d4de92e9b12ca4e470acbb (diff)
Fix Mackie control Gain while in flip mode (vpot control of gain)
Diffstat (limited to 'libs/ardour/ardour/route.h')
-rw-r--r--libs/ardour/ardour/route.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/ardour/ardour/route.h b/libs/ardour/ardour/route.h
index af2a7f78a0..2bafcf3b63 100644
--- a/libs/ardour/ardour/route.h
+++ b/libs/ardour/ardour/route.h
@@ -427,8 +427,7 @@ class LIBARDOUR_API Route : public SessionObject, public Automatable, public Rou
public:
GroupGainControllable (std::string name, boost::shared_ptr<Route>);
void set_value (double);
- // We get the value from the amp where we get the changed signal from
- //double get_value () const;
+ double get_value () const;
private:
boost::weak_ptr<Route> _route;
};