A slow, evolving pad piece with rich harmonic textures
fog.toml edited
62 lines 1.4 kB view raw
1# https://plyr.fm/track/570 2 3duration_seconds = 300 4seed = 42 5ppq = 480 6tempo_bpm = 60.0 7scale = "D minor" 8 9# Simple progression: i - iv - v - i 10[[chord_progression]] 11root = "D" 12quality = "Minor" 13duration_beats = 32.0 14 15[[chord_progression]] 16root = "G" 17quality = "Minor" 18duration_beats = 32.0 19 20[[chord_progression]] 21root = "A" 22quality = "Minor" 23duration_beats = 32.0 24 25# Main pad layer - slow, sustained tones 26[[layers]] 27name = "pad" 28channel = 1 29program = 89 # Warm Pad (GM) 30note_min = 48 # C3 31note_max = 72 # C5 32density_per_minute = 5.0 # Increased for continuity 33duration_min = 12.0 # Longer for overlap 34duration_max = 24.0 35velocity_min = 40 36velocity_max = 60 37 38# Bass drone - very sparse, low notes 39[[layers]] 40name = "drone" 41channel = 2 42program = 92 # Space Voice (GM) 43note_min = 36 # C2 44note_max = 48 # C3 45density_per_minute = 3.0 # Increased for foundation 46duration_min = 20.0 # Longer for drone 47duration_max = 48.0 48velocity_min = 50 49velocity_max = 70 50 51# High texture - occasional shimmering 52[[layers]] 53name = "shimmer" 54channel = 3 55program = 99 # FX Crystal (GM) 56note_min = 72 # C5 57note_max = 96 # C7 58density_per_minute = 4.0 # Increased for presence 59duration_min = 6.0 # Longer for resonance 60duration_max = 16.0 61velocity_min = 30 62velocity_max = 50