# ============================================================================ # DEMO SEQUENCE DEFINITION # ============================================================================ # This file defines the timeline and layering of visual effects. # Compiled by seq_compiler into src/generated/timeline.cc at build time. # # DEBUGGING & VALIDATION: # Validate without generating code: # ./build/seq_compiler assets/demo.seq # # Generate ASCII Gantt chart: # ./build/seq_compiler assets/demo.seq --gantt=timeline.txt # # Generate HTML/SVG Gantt chart (recommended): # ./build/seq_compiler assets/demo.seq --gantt-html=timeline.html # Open timeline.html in browser for interactive visualization # # All modes can be combined: # ./build/seq_compiler assets/demo.seq timeline.cc --gantt=t.txt --gantt-html=t.html # # BPM 120 # # # SYNTAX: # # END_DEMO