Strudelify

candyman theme

Philip Glass

KeyF minorTempo90 bpm
0:00/0:00
// candyman theme — Philip Glass
// 90 bpm, 4/4, key F minor. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Transcription provider: pdmx. https://musescore.com/score/2828846; license: https://creativecommons.org/publicdomain/mark/1.0/
// note: Full arrangement: all 22 bars on a 16-step grid, each part at one level. Source detail keeps the original performance.
setcpm(90/4)

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

// other · acoustic guitar nylon · "Ukulele [Tabulatur]"
const acoustic_guitar_nylon = note("<A B A C A B A D E F D E F A B A C A B A D G>".pickRestart({
  A: "f4 g4 ab4 g4 f4@2 ~@8 f4@2", B: "e4", C: "db5", D: "f5@6 eb5 db5", E: "c5@6 bb4 ab4", F: "ab4@3 g4", G: "c5",
})).s("gm_acoustic_guitar_nylon").gain(0.3)

stack(acoustic_guitar_nylon)

More by Philip Glass