Strudelify

Colors of the Wind

Alan Menken

KeyB♭ majorTempo120 bpm
0:00/0:00
// Colors of the Wind — Alan Menken
// 120 bpm, 4/4, key Bb major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Transcription provider: pdmx. https://musescore.com/score/3274506; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 27 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.

// bass · tuba
const bass = note("<~ A B A B C D E B A B A F C D E G B H B A F I ~@2 C G>".pickRestart({
  A: "f2", B: "g2", C: "g2 f2", D: "c2", E: "f2!2", F: "d2 f2", G: "bb1", H: "d2!2 eb2@2", I: "g2@3 ~",
})).s("gm_tuba").gain(0.3)

stack(bass)

More by Alan Menken