From 512e0187e17ab6116c336885c1a9a6dc0a03f9d1 Mon Sep 17 00:00:00 2001 From: skal Date: Mon, 9 Feb 2026 18:58:34 +0100 Subject: feat: Add workspace header comments to config files Add `# WORKSPACE: ` header to all workspace config files: - timeline.seq - music.track - assets.txt Format: First line contains workspace identifier. Editors must preserve this header comment. Co-Authored-By: Claude Sonnet 4.5 --- workspaces/main/assets.txt | 1 + workspaces/main/music.track | 1 + workspaces/main/timeline.seq | 1 + 3 files changed, 3 insertions(+) (limited to 'workspaces/main') diff --git a/workspaces/main/assets.txt b/workspaces/main/assets.txt index 2be2c9d..ca77e21 100644 --- a/workspaces/main/assets.txt +++ b/workspaces/main/assets.txt @@ -1,3 +1,4 @@ +# WORKSPACE: main # Asset Name, Compression Type, Filename/Placeholder, Description # --- Drum & Percussion Samples --- diff --git a/workspaces/main/music.track b/workspaces/main/music.track index c5b953b..c58ae8c 100644 --- a/workspaces/main/music.track +++ b/workspaces/main/music.track @@ -1,3 +1,4 @@ +# WORKSPACE: main # Simple Demo Track - Steady beat with progressive variation # Duration: 32 seconds (16 units at 120 BPM) # diff --git a/workspaces/main/timeline.seq b/workspaces/main/timeline.seq index a8717f3..3670825 100644 --- a/workspaces/main/timeline.seq +++ b/workspaces/main/timeline.seq @@ -1,3 +1,4 @@ +# WORKSPACE: main # ============================================================================ # DEMO SEQUENCE DEFINITION # ============================================================================ -- cgit v1.2.3