X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Faudio_streamview.h;h=85055249c5fc8eba9ed3f32e54368e73f6ac18fd;hb=beb3eea62bf217d0a7b2a86a96d5c375329df10a;hp=74868ea1a27457d8c20fb8adb5efa1c54d6135fd;hpb=68e943265edf04e63a8e8b8f62bab20f99d9c637;p=ardour.git diff --git a/gtk2_ardour/audio_streamview.h b/gtk2_ardour/audio_streamview.h index 74868ea1a2..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&); @@ -98,7 +101,7 @@ class AudioStreamView : public StreamView void color_handler (); - void update_contents_y_position_and_height (); + void update_contents_height (); double _amplitude_above_axis;