diff options
Diffstat (limited to 'workspaces/test')
| -rw-r--r-- | workspaces/test/timeline.seq | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/workspaces/test/timeline.seq b/workspaces/test/timeline.seq index d4b0004..6932d89 100644 --- a/workspaces/test/timeline.seq +++ b/workspaces/test/timeline.seq @@ -3,5 +3,9 @@ # BPM 120 (set in test_demo.track) SEQUENCE 0.0 0 "MainLoop" +EFFECT + RotatingCube source -> temp1 0.00 4.00 +EFFECT + GaussianBlur temp1 -> sink 0.00 4.00 + +SEQUENCE 4.0 0 "MainLoop" EFFECT + Flash source -> flash_out 0.0 16.0 EFFECT + PeakMeter flash_out -> sink 0.0 16.0 |
