summaryrefslogtreecommitdiff
path: root/workspaces/main/timeline.seq
blob: 6399bdf0b7ac886061378e73d26adffc71b41420 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Demo Timeline v2
# BPM 90

SEQUENCE 0.00 0 "intro"
  EFFECT + RotatingCube source -> temp1 0.00 4.00
  EFFECT + GaussianBlur temp1 -> sink 0.00 4.00

SEQUENCE 4.00 0 "rotating_cube"
  EFFECT + RotatingCube source -> temp1 0.00 4.00
  EFFECT + Placeholder temp1 -> sink 1.00 4.00

SEQUENCE 8.00 0 "scene 2"
  # Scene2 test
  EFFECT + Scene2Effect source -> sink 0.0 4.0

SEQUENCE 12.00 1 "particles"
  # Particles -> Blur -> sink
  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 + Heptagon source -> temp1 0.00 4.00
  EFFECT + Hybrid3D temp1 -> sink 0.00 4.00

SEQUENCE 20.00 0 "heptagon_scene"
  EFFECT + Scene1 source -> sink 0.00 8.00

SEQUENCE 28.00 0 "fade_test"
  # Heptagon -> Fade (placeholder) -> sink
  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 + 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