Strudelify

you raise me up

Josh Groban

KeyF majorTempo120 bpm
0:00/0:00
// you raise me up — Josh Groban
// 120 bpm, 4/4, key F major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Transcription provider: pdmx. https://musescore.com/score/105085; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 32 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.
// A part's distinct bars are riffs (A, B, C...) played in order: edit a riff to change every repeat.

// other · pan flute · "Flute"
const pan_flute = note("<~ A B C ~ D E F ~ G H I ~ J K L ~ G M C ~ G M I ~ G M N ~ J O P>".pickRestart({
  A: "f4@3 ~", B: "bb4@3 a4@3 f4@2", C: "f4", D: "a4@3 ~", E: "bb4 a4!2 f4", F: "c5", G: "d5 a4",
  H: "f4@3 bb4 a4@2 g4@2", I: "a4 f4", J: "f4@6 ~ a4", K: "a4@2 g4 e4@5", L: "f4 a4@3", M: "f4@2 a4 g4", N: "a4 f5",
  O: "c5@2 bb4 g4@5", P: "a4 a4@3",
})).s("gm_pan_flute").gain(0.3)

stack(pan_flute)