Strudelify

hush now quiet now

Daniel Ingram

KeyD majorTempo120 bpm
0:00/0:00
// hush now quiet now — Daniel Ingram
// 120 bpm, 4/4, key D major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Transcription provider: pdmx. https://musescore.com/score/118585; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 18 bars on a 16-step grid, each part at one level. Source detail keeps the original performance.
setcpm(120/4)

// Notation: c3@3 lasts 3 steps · ~ is a rest · [...]/2 spreads a riff over 2 bars.
// A part's distinct bars are riffs (A, B, C...) played in order: edit a riff to change every repeat.

// other · flute
const flute = note("<A B C D E F E G A B C D E F E H I@2>".pickRestart({
  A: "a4@2 d5@2 d5 c#5 d5 a4", B: "b4!2 d5 b4 f#4 g4 a4@2", C: "a4@2 d5@2 d5 c#5 d5 c#5", D: "e4 f#4 g#4 b4 b4@4",
  E: "g4 g4@2 a4 b4 d5@2 b4", F: "a4 b4 a4 g4 f#4 f#4@3", G: "e5!2 f#5 d5 a5@4", H: "e5!2 f#5 d5 a5 a5@3",
  I: "[~@3 f#5 e5 d5 a4 a4@9]/2",
})).s("gm_flute").gain(0.3)

stack(flute)