# https://plyr.fm/track/570 duration_seconds = 300 seed = 42 ppq = 480 tempo_bpm = 60.0 scale = "D minor" # Simple progression: i - iv - v - i [[chord_progression]] root = "D" quality = "Minor" duration_beats = 32.0 [[chord_progression]] root = "G" quality = "Minor" duration_beats = 32.0 [[chord_progression]] root = "A" quality = "Minor" duration_beats = 32.0 # Main pad layer - slow, sustained tones [[layers]] name = "pad" channel = 1 program = 89 # Warm Pad (GM) note_min = 48 # C3 note_max = 72 # C5 density_per_minute = 5.0 # Increased for continuity duration_min = 12.0 # Longer for overlap duration_max = 24.0 velocity_min = 40 velocity_max = 60 # Bass drone - very sparse, low notes [[layers]] name = "drone" channel = 2 program = 92 # Space Voice (GM) note_min = 36 # C2 note_max = 48 # C3 density_per_minute = 3.0 # Increased for foundation duration_min = 20.0 # Longer for drone duration_max = 48.0 velocity_min = 50 velocity_max = 70 # High texture - occasional shimmering [[layers]] name = "shimmer" channel = 3 program = 99 # FX Crystal (GM) note_min = 72 # C5 note_max = 96 # C7 density_per_minute = 4.0 # Increased for presence duration_min = 6.0 # Longer for resonance duration_max = 16.0 velocity_min = 30 velocity_max = 50