Added Behringer X-Touch device files.
[ardour.git] / gtk2_ardour / audio_clock.h
index 2a49d3a1ec70ca4ab24fdadb8b9c9c40b1291477..3790fa88ef590bf0519eea618bc8f5d1a6814fe3 100644 (file)
@@ -78,16 +78,16 @@ class AudioClock : public CairoWidget, public ARDOUR::SessionHandlePtr
        framepos_t current_time (framepos_t position = 0) const;
        framepos_t current_duration (framepos_t position = 0) const;
        void set_session (ARDOUR::Session *s);
-        void set_negative_allowed (bool yn); 
+        void set_negative_allowed (bool yn);
 
-       /** Alter cairo scaling during rendering. 
+       /** Alter cairo scaling during rendering.
         *
         * Used by clocks that resize themselves
         * to fit any given space. Can lead
         * to font distortion.
         */
        void set_scale (double x, double y);
-       
+
        static void print_minsec (framepos_t, char* buf, size_t bufsize, float frame_rate);
 
        sigc::signal<void> ValueChanged;
@@ -175,7 +175,7 @@ class AudioClock : public CairoWidget, public ARDOUR::SessionHandlePtr
 
        /* this maps the number of input characters/digits when editing
           to a cursor position. insert_map[N] = index of character/digit
-          where the cursor should be after N chars/digits. it is 
+          where the cursor should be after N chars/digits. it is
           mode specific and so it is filled during set_mode().
        */
 
@@ -242,7 +242,7 @@ class AudioClock : public CairoWidget, public ARDOUR::SessionHandlePtr
        ARDOUR::framecnt_t parse_as_minsec_distance (const std::string&);
        ARDOUR::framecnt_t parse_as_bbt_distance (const std::string&);
        ARDOUR::framecnt_t parse_as_frames_distance (const std::string&);
-       
+
        void set_font (Pango::FontDescription);
        void set_colors ();
        void show_edit_status (int length);