From ce246924ac12da5639cce049c7bb2e29de7ed637 Mon Sep 17 00:00:00 2001 From: skal Date: Mon, 16 Feb 2026 09:53:21 +0100 Subject: feat(sequence): integrate v2 timeline with build system - Update main workspace to use timeline_v2.seq - Add SEQ_COMPILER_V2 using Python script (seq_compiler_v2.py) - Update DemoCodegen to use v2 compiler for main timeline - Add v1 compatibility stubs (LoadTimeline, GetDemoDuration) - Demo builds and links successfully - All tests passing (36/36) V2 timeline now integrated into build pipeline. Stub functions allow linking while proper MainSequence v2 integration is pending. handoff(Claude): V2 timeline integrated, ready for effect ports --- workspaces/main/workspace.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'workspaces/main') diff --git a/workspaces/main/workspace.cfg b/workspaces/main/workspace.cfg index 5eff423..feaa3f1 100644 --- a/workspaces/main/workspace.cfg +++ b/workspaces/main/workspace.cfg @@ -5,7 +5,7 @@ version = "1.0" [build] target = "demo64k" -timeline = "timeline.seq" +timeline = "timeline_v2.seq" # music = "pop_punk_drums.track" music = "beat_test.track" assets = "assets.txt" -- cgit v1.2.3