X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=gtk2_ardour%2Ftape_region_view.h;h=26add7574cb8e7e6c1fd8860045a1eb363d296a2;hb=e8903a7590caaa46498d3e53c9d7df63edb24090;hp=ed3852e3a961c067b4d5a6987a87fdffea9bb73e;hpb=79fc27de2ef9db51a8c7c69764b663a9921c5a40;p=ardour.git diff --git a/gtk2_ardour/tape_region_view.h b/gtk2_ardour/tape_region_view.h index ed3852e3a9..26add7574c 100644 --- a/gtk2_ardour/tape_region_view.h +++ b/gtk2_ardour/tape_region_view.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2006 Paul Davis + Copyright (C) 2006 Paul Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -15,7 +15,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id$ */ #ifndef __gtk_ardour_tape_audio_region_view_h__ @@ -27,18 +26,17 @@ class TapeAudioRegionView : public AudioRegionView { - public: - TapeAudioRegionView (ArdourCanvas::Group *, - RouteTimeAxisView&, - ARDOUR::AudioRegion&, - double initial_samples_per_unit, - Gdk::Color& base_color); +public: + TapeAudioRegionView (ArdourCanvas::Container *, + RouteTimeAxisView&, + boost::shared_ptr, + double initial_samples_per_pixel, + uint32_t base_color); ~TapeAudioRegionView (); - protected: - void init (Gdk::Color& base_color, bool wait_for_waves); +protected: + void init (bool wait_for_waves); - void set_frame_color (); void update (uint32_t n); static const TimeAxisViewItem::Visibility default_tape_visibility;