add collect/paste effects, new videoscope graticules, boxblur update fix, theora...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / edl.inc
index c798319f3ff587279dfc20af89876d4168051e37..2d7256885bf6219eecdbc806759ebf777e293ca3 100644 (file)
@@ -166,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