improve delays created by vicon drawing locks, reset_cache segv fix, gang track toolt...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / preferences.inc
index 29779763473b95fb2075a381ffb119b2e6ab56af..6eb2939977b4fb8916a78cd8e5cd883e8f2e19ae 100644 (file)
 // Run-time configuration directory
 #define DEAMON_PORT 400
 #define BACKUP_FILE "backup.xml"
+#define BACKUPn_FILE "backup%d.xml"
 #define BACKUP_FILE1 "backup.prev"
 #define LAYOUT_FILE "layout%d_rc"
+#define LAYOUT_NAME_LEN 8
+#define LAYOUTS_MAX 4
 #define DEFAULT_LV2_PATH CINDAT_DIR "/lv2"
+#define DEFAULT_NESTED_PROXY_PATH NESTED_DIR
+#define DEFAULT_SNAPSHOT_PATH SNAP_DIR
 #define FFMPEG_EARLY_TIP _("Currently: Try FFMpeg first\n   Click to: Try FFMpeg last")
 #define FFMPEG_LATE_TIP  _("Currently: Try FFMpeg last\n   Click to: Try FFMpeg first")
 
+#define VICON_COLOR_MODE_LOW 0
+#define VICON_COLOR_MODE_MED 1
+#define VICON_COLOR_MODE_HIGH 2
+
 class Preferences;
 class PlaybackConfig;
 class AudioOutConfig;