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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 74a565cd91..349781c406 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -278,6 +278,13 @@ class Editor : public PublicEditor
void toggle_follow_playhead ();
bool follow_playhead() const { return _follow_playhead; }
+ void toggle_waveform_visibility ();
+ void toggle_waveforms_while_recording ();
+ void toggle_measure_visibility ();
+
+ void set_meter_falloff (float);
+ void set_meter_hold (int32_t);
+
/* xfades */
void toggle_xfades_active();