]> git.sesse.net Git - kdenlive/blobdiff - src/jogshuttle.h
number of buttons expanded to 15. Contour shuttle pro v2 full support
[kdenlive] / src / jogshuttle.h
index 7503bcfb8f5be7a6e05079a3abbe468d02a4fdb0..f2523cc93c56ec6e20a38092ac050258541a8aa7 100644 (file)
@@ -40,7 +40,7 @@ public:
     bool shuttlechange;
     unsigned short jogvalue;
     bool isWorking();
-    bool stop_me;
+    volatile bool stop_me;
     QString m_device;
 
 private:
@@ -67,11 +67,9 @@ private:
     ShuttleThread m_shuttleProcess;
 
 signals:
-    void rewind1();
-    void forward1();
-    void rewind(double);
-    void forward(double);
-    void stop();
+    void jogBack();
+    void jogForward();
+    void shuttlePos(int);
     void button(int);
 };