diff options
| author | Freya Murphy <freya@freyacat.org> | 2025-11-22 00:12:34 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2025-11-22 00:12:34 -0500 |
| commit | 696ab0aadc346f1046f35419a558c291097c521f (patch) | |
| tree | 765e4486310a8968fca5b71570eb023fe44b1644 /graphics/src/audio/data.rs | |
| parent | audio: create orchestration system (diff) | |
| download | DungeonCrawl-696ab0aadc346f1046f35419a558c291097c521f.tar.gz DungeonCrawl-696ab0aadc346f1046f35419a558c291097c521f.tar.bz2 DungeonCrawl-696ab0aadc346f1046f35419a558c291097c521f.zip | |
audio: add temp changing
Diffstat (limited to 'graphics/src/audio/data.rs')
| -rw-r--r-- | graphics/src/audio/data.rs | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/src/audio/data.rs b/graphics/src/audio/data.rs index 8cbdf45..5011758 100644 --- a/graphics/src/audio/data.rs +++ b/graphics/src/audio/data.rs @@ -3,13 +3,14 @@ use crate::audio::{parse, program::Program}; const MELODY: &str = r#" ; setup a v100 d50 +o120 %define notes a p$1 v100 - a v0 - a p$1 v100 - a v0 - a pd4 v100 -- a v0 -- a pa4 v100 -- a v0 -- -- -a pg3s v100 - a v0 - -- +a pg3# v100 - a v0 - -- a pg3 v100 - a v0 - -- a pf3 v100 --- a v0 - a pd3 v100 - a v0 - @@ -20,12 +21,12 @@ a pg3 v100 - a v0 - notes d3 notes c3 notes b3 -notes b3f +notes b3b notes d3 notes c3 notes b3 -notes b3f +notes b3b "#; const BASE: &str = r#" @@ -33,6 +34,7 @@ const BASE: &str = r#" ; setup b v100 d50 +o120 %define notes b p$1 v100 -- b v0 -- |