summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-03 07:39:54 +0100
committerskal <pascal.massimino@gmail.com>2026-02-03 07:39:54 +0100
commit5fc0517ffed67411ce5ca529742a2142acc2b5dc (patch)
tree262c18c8f66be6878ef431b9c3ecab29ee522824 /assets
parent4174f84f6b505d57dcf37847f0338724568d49f1 (diff)
feat: Finalize tracker asset-sample integration with unified pasting strategy
Diffstat (limited to 'assets')
-rw-r--r--assets/music.track41
1 files changed, 18 insertions, 23 deletions
diff --git a/assets/music.track b/assets/music.track
index ea9f0d3..bb6e4ba 100644
--- a/assets/music.track
+++ b/assets/music.track
@@ -1,34 +1,29 @@
-# Music Score for 64k Demo
-
-BPM 120
-
-# Samples: name, freq, duration, amp, attack, harmonics, harmonic_decay
+# Samples: name, freq, duration, amp, attack, harmonics, harmonic_decay (for generated)
+# OR SAMPLE ASSET_ASSETID (for assets)
SAMPLE kick, 50, 0.2, 1.0, 0.01, 1, 0.5
SAMPLE snare, 200, 0.2, 0.8, 0.01, 5, 0.7
SAMPLE hihat, 1000, 0.05, 0.3, 0.005, 10, 0.4
-SAMPLE E4, 293.66, 0.5, 0.6, 0.02, 4, 0.6
-SAMPLE G4, 349.23, 0.5, 0.6, 0.02, 4, 0.6
-SAMPLE B4, 440.00, 0.5, 0.6, 0.02, 4, 0.6
-SAMPLE D5, 587.33, 0.5, 0.6, 0.02, 4, 0.6
-SAMPLE E5, 587.33, 0.5, 0.6, 0.02, 4, 0.6
+SAMPLE ASSET_KICK_1
+SAMPLE ASSET_SNARE_1
+SAMPLE ASSET_HIHAT_1
# Patterns: beat, sample, volume, pan
PATTERN drum_loop
- 0.0, kick, 1.0, 0.0
- 1.0, snare, 0.7, 0.0
- 2.0, kick, 1.0, 0.0
- 2.5, kick, 0.6, 0.2
- 3.0, snare, 0.7, 0.0
+ 0.0, ASSET_KICK_1, 1.0, 0.0
+ 1.0, ASSET_SNARE_1, 0.7, 0.0
+ 2.0, ASSET_KICK_1, 1.0, 0.0
+ 2.5, ASSET_KICK_1, 0.6, 0.2
+ 3.0, ASSET_SNARE_1, 0.7, 0.0
PATTERN hihat_roll
- 0.0, hihat, 0.5, -0.5
- 0.5, hihat, 0.4, 0.5
- 1.0, hihat, 0.5, -0.5
- 1.5, hihat, 0.4, 0.5
- 2.0, hihat, 0.5, -0.5
- 2.5, hihat, 0.4, 0.5
- 3.0, hihat, 0.5, -0.5
- 3.5, hihat, 0.4, 0.5
+ 0.0, ASSET_HIHAT_1, 0.5, -0.5
+ 0.5, ASSET_HIHAT_1, 0.4, 0.5
+ 1.0, ASSET_HIHAT_1, 0.5, -0.5
+ 1.5, ASSET_HIHAT_1, 0.4, 0.5
+ 2.0, ASSET_HIHAT_1, 0.5, -0.5
+ 2.5, ASSET_HIHAT_1, 0.4, 0.5
+ 3.0, ASSET_HIHAT_1, 0.5, -0.5
+ 3.5, ASSET_HIHAT_1, 0.4, 0.5
PATTERN em_melody
0.0, E4, 0.7, 0.0