diff options
Diffstat (limited to 'assets/demo.seq')
| -rw-r--r-- | assets/demo.seq | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/assets/demo.seq b/assets/demo.seq index 833e5f7..0d73374 100644 --- a/assets/demo.seq +++ b/assets/demo.seq @@ -4,9 +4,19 @@ # This file defines the timeline and layering of visual effects. # Compiled by seq_compiler into src/generated/timeline.cc at build time. # -# DEBUGGING: Generate a Gantt chart visualization of the timeline: -# ./build/seq_compiler assets/demo.seq src/generated/timeline.cc --gantt=timeline.txt -# The chart shows sequences and effects on a time axis with labels. +# 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 # |
