X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=gtk2_ardour%2Fcrossfade_view.h;h=af33cb7296dd76222da9cca6767efee1984449d2;hb=6ee23029a338951705c589be6c61ab52099758b6;hp=d984f5d2954bc485648c2f49f4268744c09b90c7;hpb=67914e4fc7f74d9679d502dd800cb9276a8845b3;p=ardour.git diff --git a/gtk2_ardour/crossfade_view.h b/gtk2_ardour/crossfade_view.h index d984f5d295..af33cb7296 100644 --- a/gtk2_ardour/crossfade_view.h +++ b/gtk2_ardour/crossfade_view.h @@ -48,7 +48,7 @@ public: AudioRegionView& left_view; // and these too AudioRegionView& right_view; - void set_height (double); + void set_heights (double, double); bool valid() const { return _valid; } bool visible() const { return _visible; } @@ -68,6 +68,7 @@ private: bool _valid; bool _visible; bool _all_in_view; + double _child_height; ArdourCanvas::Line *fade_in; ArdourCanvas::Line *fade_out;