Andrew contribution to add preference method for Fast/Slow speed
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / preferences.h
index 7dd3871c961d162c8b93215af9b80826eabdae80..4f743975ea04ea8eb41a8853b7792a25e25d93c9 100644 (file)
@@ -193,6 +193,9 @@ public:
        ArrayList<ShBtnPref *> shbtn_prefs;
 // file open probe order
        ArrayList<ProbePref *> file_probes;
+// fast/slow forward and backward speeds, default 2.0/0.5
+       float fast_speed;
+       float slow_speed;
 
 // ====================================== Plugin Set ==============================
        char plugin_dir[BCTEXTLEN];