Strudelify

file select - super mario 64

Koji Kondo

KeyG majorTempo192 bpm
0:00/0:00
// file select - super mario 64 — Koji Kondo
// 192 bpm, 4/4, key G major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: duplicate parts dropped: ch 2 "Flûte de Pan" shakuhachi (copy of ch 1 "Flûte de Pan" blown bottle)
// note: Transcription provider: pdmx. https://musescore.com/score/5826698; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 48 bars on a 16-step grid, each part at one level. Source detail keeps the original performance.
setcpm(192/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.

// drums · tambourine
const tambourine = s("tb").struct("x ~@2 x!2 ~@3").gain(0.18)

// drums · congas
const congas = s("conga:13").struct(`<
  A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~
>`.pickRestart({
  A: "~@3 x",
})).gain(1.15)

// drums · congas
const congas_2 = s("conga:33").struct(`<
  ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A
>`.pickRestart({
  A: "~@3 x",
})).gain(1.15)

stack(tambourine, congas, congas_2)

More by Koji Kondo