From 279c9d8b4ccc70397ba709c7084133a83b5196fa Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 20 Feb 2011 17:57:45 +0000 Subject: Fix plugin parameter controllers again (#3767). git-svn-id: svn://localhost/ardour2/branches/3.0@8912 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/plugin_insert.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/ardour/plugin_insert.h') diff --git a/libs/ardour/ardour/plugin_insert.h b/libs/ardour/ardour/plugin_insert.h index 45a0478584..a0e2e19a13 100644 --- a/libs/ardour/ardour/plugin_insert.h +++ b/libs/ardour/ardour/plugin_insert.h @@ -88,6 +88,7 @@ class PluginInsert : public Processor double user_to_ui (double) const; double ui_to_user (double) const; double plugin_to_ui (double) const; + double plugin_to_user (double) const; private: double user_to_plugin (double) const; -- cgit v1.2.3