From eb15703a3f87e4eadc8839b06de12b9c6ec54023 Mon Sep 17 00:00:00 2001 From: skal Date: Fri, 13 Feb 2026 08:21:34 +0100 Subject: Refactor: Reorganize workspaces and remove assets/ directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Workspace structure now: - workspaces/{main,test}/obj/ (3D models) - workspaces/{main,test}/shaders/ (WGSL shaders) - workspaces/{main,test}/music/ (audio samples) Changes: - Moved workspaces/*/assets/music/ → workspaces/*/music/ - Updated assets.txt paths (assets/music/ → music/) - Moved test_demo.{seq,track} to tools/ - Moved assets/originals/ → tools/originals/ - Removed assets/common/ (legacy, duplicated in workspaces) - Removed assets/final/ (legacy, superseded by workspaces) - Updated hot-reload paths in main.cc - Updated CMake references for test_demo and validation - Updated gen_spectrograms.sh paths handoff(Claude): Workspace reorganization complete --- workspaces/test/music/BASS_GUITAR_FEEL.spec | Bin 0 -> 51216 bytes workspaces/test/music/BASS_SYNTH_1.spec | Bin 0 -> 32784 bytes workspaces/test/music/CRASH_DMX.spec | Bin 0 -> 217104 bytes workspaces/test/music/HIHAT_CLOSED_DMX.spec | Bin 0 -> 20496 bytes workspaces/test/music/HIHAT_CLOSED_DUFF.spec | Bin 0 -> 12304 bytes workspaces/test/music/HIHAT_CLOSED_ER_1.spec | Bin 0 -> 16400 bytes workspaces/test/music/KICK_606.spec | Bin 0 -> 139280 bytes workspaces/test/music/KICK_90S_2.spec | Bin 0 -> 30736 bytes workspaces/test/music/RIDE_CUP_1.spec | Bin 0 -> 3577872 bytes workspaces/test/music/SNARE_808.spec | Bin 0 -> 120848 bytes workspaces/test/music/SNARE_909_TUNE_8.spec | Bin 0 -> 43024 bytes workspaces/test/music/SNARE_BLUE_ROOM.spec | Bin 0 -> 43024 bytes workspaces/test/music/SPLASH_GROUNDED.spec | Bin 0 -> 57360 bytes workspaces/test/music/SYNTH_BASS_DISTORT.spec | Bin 0 -> 32784 bytes 14 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 workspaces/test/music/BASS_GUITAR_FEEL.spec create mode 100644 workspaces/test/music/BASS_SYNTH_1.spec create mode 100644 workspaces/test/music/CRASH_DMX.spec create mode 100644 workspaces/test/music/HIHAT_CLOSED_DMX.spec create mode 100644 workspaces/test/music/HIHAT_CLOSED_DUFF.spec create mode 100644 workspaces/test/music/HIHAT_CLOSED_ER_1.spec create mode 100644 workspaces/test/music/KICK_606.spec create mode 100644 workspaces/test/music/KICK_90S_2.spec create mode 100644 workspaces/test/music/RIDE_CUP_1.spec create mode 100644 workspaces/test/music/SNARE_808.spec create mode 100644 workspaces/test/music/SNARE_909_TUNE_8.spec create mode 100644 workspaces/test/music/SNARE_BLUE_ROOM.spec create mode 100644 workspaces/test/music/SPLASH_GROUNDED.spec create mode 100644 workspaces/test/music/SYNTH_BASS_DISTORT.spec (limited to 'workspaces/test/music') diff --git a/workspaces/test/music/BASS_GUITAR_FEEL.spec b/workspaces/test/music/BASS_GUITAR_FEEL.spec new file mode 100644 index 0000000..54f49a6 Binary files /dev/null and b/workspaces/test/music/BASS_GUITAR_FEEL.spec differ diff --git a/workspaces/test/music/BASS_SYNTH_1.spec b/workspaces/test/music/BASS_SYNTH_1.spec new file mode 100644 index 0000000..33bc0a0 Binary files /dev/null and b/workspaces/test/music/BASS_SYNTH_1.spec differ diff --git a/workspaces/test/music/CRASH_DMX.spec b/workspaces/test/music/CRASH_DMX.spec new file mode 100644 index 0000000..45ee52d Binary files /dev/null and b/workspaces/test/music/CRASH_DMX.spec differ diff --git a/workspaces/test/music/HIHAT_CLOSED_DMX.spec b/workspaces/test/music/HIHAT_CLOSED_DMX.spec new file mode 100644 index 0000000..8fce1d2 Binary files /dev/null and b/workspaces/test/music/HIHAT_CLOSED_DMX.spec differ diff --git a/workspaces/test/music/HIHAT_CLOSED_DUFF.spec b/workspaces/test/music/HIHAT_CLOSED_DUFF.spec new file mode 100644 index 0000000..f738271 Binary files /dev/null and b/workspaces/test/music/HIHAT_CLOSED_DUFF.spec differ diff --git a/workspaces/test/music/HIHAT_CLOSED_ER_1.spec b/workspaces/test/music/HIHAT_CLOSED_ER_1.spec new file mode 100644 index 0000000..bb03f5e Binary files /dev/null and b/workspaces/test/music/HIHAT_CLOSED_ER_1.spec differ diff --git a/workspaces/test/music/KICK_606.spec b/workspaces/test/music/KICK_606.spec new file mode 100644 index 0000000..10af84a Binary files /dev/null and b/workspaces/test/music/KICK_606.spec differ diff --git a/workspaces/test/music/KICK_90S_2.spec b/workspaces/test/music/KICK_90S_2.spec new file mode 100644 index 0000000..126409e Binary files /dev/null and b/workspaces/test/music/KICK_90S_2.spec differ diff --git a/workspaces/test/music/RIDE_CUP_1.spec b/workspaces/test/music/RIDE_CUP_1.spec new file mode 100644 index 0000000..78867c1 Binary files /dev/null and b/workspaces/test/music/RIDE_CUP_1.spec differ diff --git a/workspaces/test/music/SNARE_808.spec b/workspaces/test/music/SNARE_808.spec new file mode 100644 index 0000000..2923c3c Binary files /dev/null and b/workspaces/test/music/SNARE_808.spec differ diff --git a/workspaces/test/music/SNARE_909_TUNE_8.spec b/workspaces/test/music/SNARE_909_TUNE_8.spec new file mode 100644 index 0000000..4693c05 Binary files /dev/null and b/workspaces/test/music/SNARE_909_TUNE_8.spec differ diff --git a/workspaces/test/music/SNARE_BLUE_ROOM.spec b/workspaces/test/music/SNARE_BLUE_ROOM.spec new file mode 100644 index 0000000..b24baa7 Binary files /dev/null and b/workspaces/test/music/SNARE_BLUE_ROOM.spec differ diff --git a/workspaces/test/music/SPLASH_GROUNDED.spec b/workspaces/test/music/SPLASH_GROUNDED.spec new file mode 100644 index 0000000..a919be4 Binary files /dev/null and b/workspaces/test/music/SPLASH_GROUNDED.spec differ diff --git a/workspaces/test/music/SYNTH_BASS_DISTORT.spec b/workspaces/test/music/SYNTH_BASS_DISTORT.spec new file mode 100644 index 0000000..33bc0a0 Binary files /dev/null and b/workspaces/test/music/SYNTH_BASS_DISTORT.spec differ -- cgit v1.2.3