X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Feditor.h;h=ccf45bf80d10f953fed9ec22beb08b0d59b972e4;hb=185be4e841e182bbe7cb7820f9cb6371ebebe15d;hp=327a2d2e8e504cc4d6e9f23cf5b7ac41c427af55;hpb=a9f5e379d27f74a1895a3b9d0fd8ef98c3b22e53;p=ardour.git diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h index 327a2d2e8e..ccf45bf80d 100644 --- a/gtk2_ardour/editor.h +++ b/gtk2_ardour/editor.h @@ -264,6 +264,7 @@ class Editor : public PublicEditor TrackViewList* get_valid_views (TimeAxisView*, ARDOUR::RouteGroup* grp = 0); Width editor_mixer_strip_width; + void maybe_add_mixer_strip_width (XMLNode&); void show_editor_mixer (bool yn); void set_selected_mixer_strip (TimeAxisView&); void hide_track_in_display (TimeAxisView& tv); @@ -305,6 +306,7 @@ class Editor : public PublicEditor void toggle_xfades_active (); void toggle_xfade_visibility (); bool xfade_visibility() const { return _xfade_visibility; } + void update_xfade_visibility (); void update_crossfade_model (); void set_crossfade_model (ARDOUR::CrossfadeModel);