summaryrefslogtreecommitdiff
path: root/workspaces/main/timeline.seq
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-16 17:43:03 +0100
committerskal <pascal.massimino@gmail.com>2026-02-16 17:43:03 +0100
commitb7463f1a511d20ff68f2ebee27e97039ea41d3ed (patch)
tree106699d41f0003fefa8fd897596ca9dfac1265c2 /workspaces/main/timeline.seq
parent7eb38fb10c7bea8d07889d2563fbc076307f8050 (diff)
refactor: remove 'Effect' suffix from effect names in timeline.seq files
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Diffstat (limited to 'workspaces/main/timeline.seq')
-rw-r--r--workspaces/main/timeline.seq38
1 files changed, 19 insertions, 19 deletions
diff --git a/workspaces/main/timeline.seq b/workspaces/main/timeline.seq
index 57e1c50..0f40485 100644
--- a/workspaces/main/timeline.seq
+++ b/workspaces/main/timeline.seq
@@ -3,43 +3,43 @@
SEQUENCE 0.00 0 "intro"
# FlashCube (placeholder) -> Vignette -> sink
- EFFECT + PlaceholderEffect source -> temp1 0.00 4.00
- EFFECT + PlaceholderEffect temp1 -> sink 0.00 4.00
+ EFFECT + Placeholder source -> temp1 0.00 4.00
+ EFFECT + Placeholder temp1 -> sink 0.00 4.00
SEQUENCE 4.00 0 "rotating_cube"
# RotatingCube -> Blur -> sink
- EFFECT + RotatingCubeEffect source -> temp1 0.00 4.00
- EFFECT + GaussianBlurEffect temp1 -> sink 1.00 4.00
+ EFFECT + RotatingCube source -> temp1 0.00 4.00
+ EFFECT + GaussianBlur temp1 -> sink 1.00 4.00
SEQUENCE 8.00 0 "flash_cube"
# FlashCube (placeholder) -> Flash (placeholder) -> sink
- EFFECT - PlaceholderEffect source -> temp1 0.00 4.02
- EFFECT + PlaceholderEffect temp1 -> sink 0.00 0.40
+ EFFECT - Placeholder source -> temp1 0.00 4.02
+ EFFECT + Placeholder temp1 -> sink 0.00 0.40
SEQUENCE 12.00 1 "particles"
# Particles -> Blur -> sink
- EFFECT + ParticlesEffect source -> temp1 0.00 4.00
- EFFECT = GaussianBlurEffect temp1 -> sink 0.00 4.00
+ EFFECT + Particles source -> temp1 0.00 4.00
+ EFFECT = GaussianBlur temp1 -> sink 0.00 4.00
SEQUENCE 16.00 2 "hybrid_heptagon"
# Heptagon -> Hybrid3D -> sink
- EFFECT + HeptagonEffect source -> temp1 0.00 4.00
- EFFECT + Hybrid3DEffect temp1 -> sink 0.00 4.00
+ EFFECT + Heptagon source -> temp1 0.00 4.00
+ EFFECT + Hybrid3D temp1 -> sink 0.00 4.00
SEQUENCE 20.00 0 "heptagon_scene"
# Heptagon -> Scene1 (placeholder) -> sink
- EFFECT + HeptagonEffect source -> temp1 0.00 8.00
- EFFECT + PlaceholderEffect temp1 -> sink 0.00 8.00
+ EFFECT + Heptagon source -> temp1 0.00 8.00
+ EFFECT + Placeholder temp1 -> sink 0.00 8.00
SEQUENCE 28.00 0 "fade_test"
# Heptagon -> Fade (placeholder) -> sink
- EFFECT + HeptagonEffect source -> temp1 0.00 2.00
- EFFECT + PlaceholderEffect temp1 -> sink 0.00 2.00
+ EFFECT + Heptagon source -> temp1 0.00 2.00
+ EFFECT + Placeholder temp1 -> sink 0.00 2.00
SEQUENCE 30.00 3 "complex_chain"
# Theme (placeholder) -> Heptagon -> Blur -> ChromaAberration (placeholder) -> Solarize (placeholder) -> sink
- EFFECT + PlaceholderEffect source -> temp1 0.00 10.00
- EFFECT = HeptagonEffect temp1 -> temp2 0.00 10.00
- EFFECT + GaussianBlurEffect temp2 -> temp3 0.00 10.00
- EFFECT + PlaceholderEffect temp3 -> temp4 0.00 10.00
- EFFECT + PlaceholderEffect temp4 -> sink 0.00 10.00
+ EFFECT + Placeholder source -> temp1 0.00 10.00
+ EFFECT = Heptagon temp1 -> temp2 0.00 10.00
+ EFFECT + GaussianBlur temp2 -> temp3 0.00 10.00
+ EFFECT + Placeholder temp3 -> temp4 0.00 10.00
+ EFFECT + Placeholder temp4 -> sink 0.00 10.00