diff options
Diffstat (limited to 'doc/TRACKER.md')
| -rw-r--r-- | doc/TRACKER.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/TRACKER.md b/doc/TRACKER.md index dc77976..53d8338 100644 --- a/doc/TRACKER.md +++ b/doc/TRACKER.md @@ -24,9 +24,14 @@ HUMANIZE SEED <int> TIMING <pct> VOLUME <pct> # Optional humanization # Generated samples: SAMPLE <name>, <freq>, <dur>, <amp>, <attack>, <harmonics>, <decay> [OFFSET <sec>] -# Asset samples: +# Asset samples (.spec): SAMPLE <asset_id> [OFFSET <sec>] # ASSET_* from assets.txt +# Asset samples (MP3, non-STRIP_ALL only): +# MP3 is detected by magic bytes and decoded to spectrogram at tracker_init(). +# Add to assets.txt: NAME, NONE, music/file.mp3, "description" +SAMPLE ASSET_NAME [OFFSET <sec>] # Decoded at init; same syntax as .spec + # Auto-generated notes (no SAMPLE declaration needed): # NOTE_C4, NOTE_A#3, NOTE_Eb2, etc. |
