add plural forms for pt to gtk2_ardour/po/pt.po
[ardour.git] / gtk2_ardour / tape_region_view.h
index fbedf19ebc3171188045370cd2a4627671694470..6361683362849e7a09cae36e15e272c940d4a63c 100644 (file)
@@ -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__
 class TapeAudioRegionView : public AudioRegionView
 {
   public:
-       TapeAudioRegionView (ArdourCanvas::Group *, 
+       TapeAudioRegionView (ArdourCanvas::Container *,
                             RouteTimeAxisView&,
                             boost::shared_ptr<ARDOUR::AudioRegion>,
-                            double initial_samples_per_unit,
-                            Gdk::Color& base_color);
+                            double initial_samples_per_pixel,
+                            uint32_t base_color);
        ~TapeAudioRegionView ();
 
   protected:
-       void init (Gdk::Color& base_color, bool wait_for_waves);
+       void init (bool wait_for_waves);
 
-       void set_frame_color ();
        void update (uint32_t n);
 
        static const TimeAxisViewItem::Visibility default_tape_visibility;