Strudelify

take me to your heart

Michael Learns to Rock

KeyF majorTempo64 bpm
0:00/0:00
// take me to your heart — Michael Learns to Rock
// 64 bpm, 4/4, key F major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Transcription provider: pdmx. https://musescore.com/score/734771; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 21 bars on a 16-step grid, each part at one level. Source detail keeps the original performance.
setcpm(64/4)

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

// chords · piano · "TruePianos 1"
const piano = note("<A B C D E F E G H I H I J K J K H I H L A>".pickRestart({
  A: "[a3,c4,f4]!4", B: "[a3,d4,f4]!4", C: "[f3,bb3,d4]!4", D: "[g3,c4,f4]!2 [g3,c4,e4]!2",
  E: "[a3,d4,f4]!2 [a3,c4,e4]!2", F: "[f3,bb3,d4] [g3,c4,e4] [a3,c4,f4]!2", G: "[bb3,d4,g4]!2 [c4,e4,g4]@2",
  H: "[a3,c4,f4]!2 [a3,d4,f4]!2", I: "[f3,bb3,d4]!2 [g3,c4,e4]!2", J: "[a3,c4,e4]!2 [a3,d4,f4]!2",
  K: "[bb3,d4,g4]!2 [c4,e4,g4]!2", L: "[bb3,d4,g4]!2 [f3,bb3,d4] [g3,c4,e4]",
})).s("gm_piano").gain(0.3)

stack(piano)

More by Michael Learns to Rock