summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 5dab984f38..39973eb9a3 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -489,6 +489,10 @@ public:
void abort_reversible_command ();
void commit_reversible_command ();
+ MixerStrip* get_current_mixer_strip () const {
+ return current_mixer_strip;
+ }
+
DragManager* drags () const {
return _drags;
}