X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fedl.inc;h=9f08c29b6dce0764f88dd62c52764248bbfbd9d5;hb=1529091cdf16df199a901aabe6e8fa1813a933af;hp=c798319f3ff587279dfc20af89876d4168051e37;hpb=c857b2fb7965d27d86d5785fb9f1b8957a871a1a;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/edl.inc b/cinelerra-5.1/cinelerra/edl.inc index c798319f..9f08c29b 100644 --- a/cinelerra-5.1/cinelerra/edl.inc +++ b/cinelerra-5.1/cinelerra/edl.inc @@ -159,11 +159,24 @@ class EDL; #define MAX_ZOOM_TIME 0x100000 #define DEFAULT_ZOOM_TIME 1024 #define MIN_AMP_ZOOM 8 -#define MAX_AMP_ZOOM 262144 -#define MIN_TRACK_ZOOM 32 -#define MAX_TRACK_ZOOM 1024 +#define MAX_AMP_ZOOM 8192 +#define MIN_TRACK_ZOOM 8 +#define MAX_TRACK_ZOOM 8192 #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