diff --git a/README.md b/README.md index cf0ecfc..21dbeef 100644 --- a/README.md +++ b/README.md @@ -73,12 +73,12 @@ See the [changelog](CHANGELOG.md) for detailed track history. |---|-------|-----|-----|--------|------| | 1 | [Raga Midnight](tracks/raga_midnight.py) | D Phrygian | 90 | shruti / just | Sitar raga with 808 drop | | 2 | [Shruti Lofi](tracks/shruti_lofi.py) | D minor | 75 | shruti / just | Microtonal lo-fi hip hop | -| 3 | [Ghost Protocol](tracks/ghost_protocol.py) | F minor | 128 | equal | Portishead → Strobe | +| 3 | [Ghost Protocol](tracks/ghost_protocol.py) | F minor | 128 | equal | Trip-hop → trance build | | 4 | [Silk Road](tracks/silk_road.py) | D minor | 95 | equal | World music caravan | | 5 | [The Observatory](tracks/the_observatory.py) | G minor | 112 | equal | Chapel through shortwave | | 6 | [Acid Reign](tracks/acid_reign.py) | A minor | 140 | equal | Dual 303 acid | | 7 | [Beast Mode](tracks/beast_mode.py) | G minor | 135 | equal | Trap + sitar hook | -| 8 | [Apex](tracks/apex.py) | Eb minor | 140 | equal | Koto hook, wavefold bass | +| 8 | [Apex](tracks/apex.py) | Eb minor | 140 | equal | The fastest, the hardest | | 9 | [Voltage](tracks/voltage.py) | F minor | 138 | equal | Raw oscillators | | 10 | [An Exception Occurred](tracks/an_exception_occurred.py) | Eb major→minor | 80 | equal | Mental health arc | | 11 | [Voices](tracks/voices.py) | F# minor | 65 | equal | Auditory hallucinations | diff --git a/tracks/apex.py b/tracks/apex.py index 2a6e86d..2466dda 100644 --- a/tracks/apex.py +++ b/tracks/apex.py @@ -1,7 +1,7 @@ """ -APEX — beast mode's meaner sibling. -Koto hook instead of sitar. Wavefold bass. Faster. Harder. -Eb minor, 140 BPM. +APEX — the fastest, the hardest. +Koto hook, wavefold bass, mellotron strings, timpani. +Two hooks, 32nd note koto runs. Eb minor, 140 BPM. """ from pytheory import Key, Duration, Score, Tone, play_score diff --git a/tracks/ghost_protocol.py b/tracks/ghost_protocol.py index 7339222..b8560a1 100644 --- a/tracks/ghost_protocol.py +++ b/tracks/ghost_protocol.py @@ -1,6 +1,7 @@ """ -GHOST PROTOCOL — Portishead intro → deadmau5 Strobe-style build. -Dark, patient, hypnotic. One pluck arp that IS the track. +GHOST PROTOCOL — dark, patient, hypnotic. +Trip-hop intro dissolves into a slow-building trance arp. +One pluck line that IS the track. The kick doesn't arrive until you've forgotten you're waiting for it. """