summaryrefslogtreecommitdiff
path: root/libs/ardour/amp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/amp.cc')
-rw-r--r--libs/ardour/amp.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/ardour/amp.cc b/libs/ardour/amp.cc
index 34ea20addf..9aa88068a9 100644
--- a/libs/ardour/amp.cc
+++ b/libs/ardour/amp.cc
@@ -323,3 +323,9 @@ Amp::setup_gain_automation (sframes_t start_frame, sframes_t end_frame, nframes_
_apply_gain_automation = false;
}
}
+
+bool
+Amp::visible() const
+{
+ return true;
+}