summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--workspaces/main/assets.txt1
-rw-r--r--workspaces/main/music.track9
-rw-r--r--workspaces/main/music/never.mp3bin0 -> 160748 bytes
3 files changed, 10 insertions, 0 deletions
diff --git a/workspaces/main/assets.txt b/workspaces/main/assets.txt
index e28e2e3..2cc3896 100644
--- a/workspaces/main/assets.txt
+++ b/workspaces/main/assets.txt
@@ -18,6 +18,7 @@ SPLASH_1, NONE, music/SPLASH_GROUNDED.spec, "Splash Cymbal"
BASS_1, NONE, music/BASS_GUITAR_FEEL.spec, "Bass Guitar"
BASS_2, NONE, music/BASS_SYNTH_1.spec, "Synth Bass 1"
BASS_3, NONE, music/SYNTH_BASS_DISTORT.spec, "Distorted Synth Bass"
+NEVER_MP3, NONE, music/never.mp3, "MP3 Sample"
# --- Procedural Textures ---
NOISE_TEX, PROC(gen_noise, 1234, 16), _, "Procedural noise texture for bump mapping"
diff --git a/workspaces/main/music.track b/workspaces/main/music.track
index 88a203a..0857f26 100644
--- a/workspaces/main/music.track
+++ b/workspaces/main/music.track
@@ -18,12 +18,18 @@ SAMPLE ASSET_SNARE_1
SAMPLE ASSET_SNARE_2
SAMPLE ASSET_SNARE_3
SAMPLE ASSET_RIDE_1
+SAMPLE ASSET_NEVER_MP3
+
+# === MP3 PATTERN ===
+PATTERN mp3 LENGTH 10.0
+ 0.00, ASSET_NEVER_MP3, 0.7, 0.0
# === KICK PATTERNS ===
# Steady kick on beats 0 and 2 (quarter notes)
PATTERN kick_1 LENGTH 1.0
0.00, ASSET_KICK_1, 0.7, 0.0
0.50, ASSET_KICK_1, 0.7, 0.0
+ 0.00, ASSET_NEVER_MP3, 0.
PATTERN kick_2 LENGTH 1.0
0.00, ASSET_KICK_2, 0.7, 0.0
@@ -53,6 +59,9 @@ PATTERN ride LENGTH 1.0
# === SCORE ===
SCORE
+# 0s : start mp3
+ 0.0, mp3
+
# 0-4s (0-2 units): KICK_1 + SNARE_1
0.00, kick_1
0.00, snare_1
diff --git a/workspaces/main/music/never.mp3 b/workspaces/main/music/never.mp3
new file mode 100644
index 0000000..d3aba9a
--- /dev/null
+++ b/workspaces/main/music/never.mp3
Binary files differ