X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Ftape_region_view.h;h=26add7574cb8e7e6c1fd8860045a1eb363d296a2;hb=3620122ad0cbb77ab809047c3bcf48b7b7c8090b;hp=ed3852e3a961c067b4d5a6987a87fdffea9bb73e;hpb=79986643c0c904f6574bb5323e2233a43a9e622e;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;