X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpreferences.h;h=7dd3871c961d162c8b93215af9b80826eabdae80;hb=refs%2Fheads%2Fmaster;hp=980e55e0889a4bdd1af208d221d3ad93b44cadcb;hpb=09fd1385e786587799d1181fa5e94a32fe453af8;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/preferences.h b/cinelerra-5.1/cinelerra/preferences.h index 980e55e0..4f743975 100644 --- a/cinelerra-5.1/cinelerra/preferences.h +++ b/cinelerra-5.1/cinelerra/preferences.h @@ -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 shbtn_prefs; // file open probe order ArrayList 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];