Strudelify

Cripple Creek

Misc tunes

KeyD majorTempo235 bpm
0:00/0:00
// Cripple Creek — Misc tunes
// 235 bpm, 4/4, key D major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Transcription provider: pdmx. https://musescore.com/score/899041; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 34 bars on a 16-step grid, each part at one level. Source detail keeps the original performance.
setcpm(235/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 · string ensemble 1 · "Violas, Viola"
const string_ensemble_1 = note("<A@2 B C B D B C B D B C B D B C B D E F E G E F E G E F E G E F E G>".pickRestart({
  A: "d4@2 d4!2 f#4@2 f#4!2", B: "d4@2 d4!2 a3@2 f#3@2", C: "g3 b3 a3@2", D: "e3 d3 d3@2", E: "f#3@2 f#3!2 e3@2 d3@2",
  F: "f#3 a3 a3@2", G: "a3 b3 d4@2",
})).s("gm_string_ensemble_1").gain(0.5)

// other · flute · "Flute, Flute"
const flute = note("<A@2 B C B D B C B D B C B D B C B D E F E G E F E G E F E G E F E G>".pickRestart({
  A: "d5@2 d5!2 f#5@2 f#5!2", B: "d5@2 d5!2 a4@2 f#4@2", C: "g4 b4 a4@2", D: "e4 d4 d4@2", E: "f#4@2 f#4!2 e4@2 d4@2",
  F: "f#4 a4 a4@2", G: "a4 b4 d5@2",
})).s("gm_flute").gain(0.5)

stack(string_ensemble_1, flute)

More by Misc tunes