summaryrefslogtreecommitdiff
path: root/workspaces/main/timeline_v2.seq
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-16 14:32:59 +0100
committerskal <pascal.massimino@gmail.com>2026-02-16 14:32:59 +0100
commitb2ede3f0680edc894a54e28374cb87ab2690afa2 (patch)
tree69e0a8c04eb29be953b037eb98e0a9ac0f1b417a /workspaces/main/timeline_v2.seq
parent0fd3c982247d05bacbd67db08c865ec67602437f (diff)
refactor: remove v2 versioning artifacts, establish Sequence as canonical system
Complete v1→v2 migration cleanup: rename 29 files (sequence_v2→sequence, effect_v2→effect, 14 effect files, 8 shaders, compiler, docs), update all class names and references across 54 files. Archive v1 timeline. System now uses standard naming with all versioning removed. 30/34 tests passing. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Diffstat (limited to 'workspaces/main/timeline_v2.seq')
-rw-r--r--workspaces/main/timeline_v2.seq45
1 files changed, 0 insertions, 45 deletions
diff --git a/workspaces/main/timeline_v2.seq b/workspaces/main/timeline_v2.seq
deleted file mode 100644
index 4b51023..0000000
--- a/workspaces/main/timeline_v2.seq
+++ /dev/null
@@ -1,45 +0,0 @@
-# Demo Timeline v2
-# BPM 90
-
-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
-
-SEQUENCE 4.00 0 "rotating_cube"
- # RotatingCube -> Blur -> sink
- EFFECT + RotatingCubeEffectV2 source -> temp1 0.00 4.00
- EFFECT + GaussianBlurEffect 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
-
-SEQUENCE 12.00 1 "particles"
- # Particles -> Blur -> sink
- EFFECT + ParticlesEffectV2 source -> temp1 0.00 4.00
- EFFECT = GaussianBlurEffect temp1 -> sink 0.00 4.00
-
-SEQUENCE 16.00 2 "hybrid_heptagon"
- # Heptagon -> Hybrid3D -> sink
- EFFECT + HeptagonEffect source -> temp1 0.00 4.00
- EFFECT + Hybrid3DEffectV2 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
-
-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
-
-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