Credit Andrew - fix vorbis audio which was scratchy and ensure aging plugin does...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / preferences.h
index 980e55e0889a4bdd1af208d221d3ad93b44cadcb..4f743975ea04ea8eb41a8853b7792a25e25d93c9 100644 (file)
@@ -33,6 +33,8 @@
 #include "shbtnprefs.inc"
 #include "videoconfig.inc"
 
+// for MAX_COLOR_SPACE
+#include "appearanceprefs.h"
 
 class Preferences
 {
@@ -141,6 +143,8 @@ public:
        int yuv_color_range;
 // autocolor asset edit title
        int autocolor_assets;
+// ongoing continuous backups
+       int ongoing_backups;
 // ctrl_toggle && !ctrl_down() clears selection before toggle
        int ctrl_toggle;
 // rectify timeline audio waveform
@@ -189,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];