X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fedl.inc;h=2d7256885bf6219eecdbc806759ebf777e293ca3;hb=099132c524d32342be6cfc4948ecb1b3a439b988;hp=29c5ec3e175ea1bb21ad4fcfe54d5662ee563b96;hpb=6050493632cb3681227b7ec8c12decd449dcf66f;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/edl.inc b/cinelerra-5.1/cinelerra/edl.inc index 29c5ec3e..2d725688 100644 --- a/cinelerra-5.1/cinelerra/edl.inc +++ b/cinelerra-5.1/cinelerra/edl.inc @@ -151,6 +151,8 @@ class EDL; #define CWINDOW_MASK_CONTROL_IN 0x15 #define CWINDOW_MASK_CONTROL_OUT 0x16 #define CWINDOW_MASK_TRANSLATE 0x17 +#define CWINDOW_MASK_ROTATE 0x18 +#define CWINDOW_MASK_SCALE 0x19 // Inclusive limits for zoom panel #define MIN_ZOOM_TIME 1 @@ -164,4 +166,17 @@ class EDL; #define MAX_PAN 1.0 #define PAN_RADIUS 50 +#define COLLECT_EFFECTS_RECORD 1 +#define COLLECT_EFFECTS_MULTIPLE 2 +#define COLLECT_EFFECTS_MISSING 3 +#define COLLECT_EFFECTS_EMPTY 4 +#define COLLECT_EFFECTS_MASTER 5 + +#define INSERT_EFFECTS_RECORD 1 +#define INSERT_EFFECTS_TYPE 2 +#define INSERT_EFFECTS_MULTIPLE 3 +#define INSERT_EFFECTS_MISSING 4 +#define INSERT_EFFECTS_EXTRA 5 +#define INSERT_EFFECTS_MASTER 6 + #endif