summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-01-20 18:02:48 +0000
committerCarl Hetherington <carl@carlh.net>2012-01-20 18:02:48 +0000
commit5a53f2f1b9977e909f7720c9aa30333b0ec0572b (patch)
tree06fb01663d41dcef3f9952e3d8b58e6b823b4071 /libs
parent3396a9a851180ef73c6af9c42fc63897bb965390 (diff)
Simple approach to putting plugin controls into the
processor box. git-svn-id: svn://localhost/ardour2/branches/3.0@11288 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs')
-rw-r--r--libs/evoral/evoral/Control.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/evoral/evoral/Control.hpp b/libs/evoral/evoral/Control.hpp
index 5c45823184..d09cb952f1 100644
--- a/libs/evoral/evoral/Control.hpp
+++ b/libs/evoral/evoral/Control.hpp
@@ -31,6 +31,13 @@ namespace Evoral {
class ControlList;
class Transport;
+/** Base class representing some kind of (automatable) control; a fader's gain,
+ * for example, or a compressor plugin's threshold.
+ *
+ * The class knows the Evoral::Parameter that it is controlling, and has
+ * a list of values for automation.
+ */
+
class Control
{
public: