GenericMidi: Partially working IO selectors.
[ardour.git] / libs / surfaces / frontier / tranzport / tranzport_control_protocol.h
index 63e6ad4201daf5c11a59e705d07fabda3eb47200..13df6915a211fb80c7322c6d4bb623cf3eb2c8af 100644 (file)
@@ -76,7 +76,7 @@ class TranzportControlProtocol : public ARDOUR::ControlProtocol
                WheelShiftMaster,
                WheelShiftMarker
        };
-               
+
        enum WheelMode {
                WheelTimeline,
                WheelScrub,
@@ -94,7 +94,7 @@ class TranzportControlProtocol : public ARDOUR::ControlProtocol
               WheelIncrSecond,
               WheelIncrMinute
        };
-         
+
        enum DisplayMode {
                DisplayNormal,
                DisplayRecording,
@@ -113,7 +113,7 @@ class TranzportControlProtocol : public ARDOUR::ControlProtocol
                BlingRows,
                BlingFlashAll
        };
-       
+
        pthread_t       thread;
        uint32_t        buttonmask;
        uint32_t        timeout;
@@ -190,9 +190,9 @@ class TranzportControlProtocol : public ARDOUR::ControlProtocol
        void screen_invalidate();
        int  screen_flush();
        void screen_clear();
-       // bool screen_isuptodate(); // think on this - 
+       // bool screen_isuptodate(); // think on this -
 
-       // Commands to write to the lcd 
+       // Commands to write to the lcd
 
        int  lcd_init();
         bool lcd_damage();
@@ -246,7 +246,7 @@ class TranzportControlProtocol : public ARDOUR::ControlProtocol
        void show_current_track ();
        void show_track_gain ();
        void show_transport_time ();
-       void show_bbt (framepos_t where);       
+       void show_bbt (framepos_t where);
        void show_smpte (framepos_t where);
        void show_wheel_mode ();
        void show_gain ();