summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_streamview.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-10-09 21:55:05 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-10-09 21:55:05 +0000
commitc64e96b6a8f6782a5ad0bc41b7200ec94408aaa5 (patch)
tree263f91bc44a8640f4bc65c56b3e567078dfd6e1e /gtk2_ardour/audio_streamview.h
parent862d8e651f809c6937d9c027f5fd0acac111ca55 (diff)
add toggles for region fade in/out/both active, plus toggle for region fades visibility
git-svn-id: svn://localhost/ardour2/branches/3.0@3904 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/audio_streamview.h')
-rw-r--r--gtk2_ardour/audio_streamview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/audio_streamview.h b/gtk2_ardour/audio_streamview.h
index c4db364618..85055249c5 100644
--- a/gtk2_ardour/audio_streamview.h
+++ b/gtk2_ardour/audio_streamview.h
@@ -72,6 +72,9 @@ class AudioStreamView : public StreamView
void foreach_crossfadeview (void (CrossfadeView::*pmf)(void));
+ void show_all_fades ();
+ void hide_all_fades ();
+
void show_all_xfades ();
void hide_all_xfades ();
void hide_xfades_involving (AudioRegionView&);