From a52b8909496b71e4d60a85a11de8b7364521081e Mon Sep 17 00:00:00 2001 From: skal Date: Wed, 28 Jan 2026 10:03:13 +0100 Subject: feat(demo): Add drum sequence using embedded assets Incorporates kick1.spec, snare1.spec, and hihat1.spec into the demo sequence. - Updated assets.txt with new drum identifiers. - Implemented register_spec_asset helper in main.cc to load spectral data. - Added 8th-note sequencer triggering a simple drum and bass pattern. --- assets/final/assets.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'assets/final') diff --git a/assets/final/assets.txt b/assets/final/assets.txt index c22fad8..7db70cf 100644 --- a/assets/final/assets.txt +++ b/assets/final/assets.txt @@ -1,2 +1,5 @@ NULL_ASSET, null.bin, NONE, "Empty asset" TEST_ASSET, test_asset.txt, NONE, "Test asset for verification" +KICK_1, kick1.spec, NONE, "Drum kick" +SNARE_1, snare1.spec, NONE, "Drum snare" +HIHAT_1, hihat1.spec, NONE, "Drum hihat" \ No newline at end of file -- cgit v1.2.3