Strudelify

nintendo wii - mii channel theme

Misc Computer Games

KeyE majorTempo120 bpm
0:00/0:00
// nintendo wii - mii channel theme — Misc Computer Games
// 120 bpm, 4/4, key E major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Transcription provider: pdmx. https://musescore.com/score/3715746; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 50 bars on a 16-step grid, each part at one level; ghost notes are separate "_soft" parts. Source detail keeps the original performance.
setcpm(120/4)

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

// other · french horn · "Horn in F"
const french_horn = note(`<
  A B C D ~@2 E F G H I J K L M N ~ O@2 P@2 Q@2 R S A B C D ~@2 E F G H I J K L M N ~ O@2 P@2 Q@2 R S
>`.pickRestart({
  A: "d4@2 ~@2 f#4 ~ a4 ~@3 f#4 ~@3 d4@2", B: "g#3 ~ g#3 ~ g#3 ~@9 c#4@2", C: "d4@2 d4 ~ f#4 ~ a4 ~@3 f#4 ~@3 d4@2",
  D: "g#4@3 g4 f#4 ~@3", E: "c4 ~ c4 ~ c4 ~@7 c4 ~ c4 ~", F: "c4 ~@7 c4@4 b3@4",
  G: "d4@2 ~@2 f#4 ~ a4 ~@3 f#4 ~@3 d#4@2", H: "e4 ~ e4 ~ e4 ~@3 g#4 ~ g#4 ~ g#4 ~@3",
  I: "d4 ~ d4 ~ f#4 ~ a4 ~@3 f#4 ~@3 d4@2", J: "g#4@4 f#4 ~@3", K: "e3@2 e3 a2@3 a2@2", L: "d3@2 d3 g2 g2@2 g2@2",
  M: "e4 ~ e4 ~ e4 ~@9 g3@2", N: "g#3 ~ a#3@2 b3 ~ d4@2 f#4 ~@7", O: "[d3@2 g3 d3@2 g3@2 c#3@2 f#3@2 c3 c#3@2 f#3@2]/2",
  P: "[b2@2 f#3 b2@2 f#3 ~ c#3@2 f#3@2 a#2 b2@2 f#3 ~]/2", Q: "[f#3@4 d#4@2 f3@4 c#4@4 e3@4 d#4@4 d#3 ~ f3@4 c#4@4]/2",
  R: "e3@2 c#4 d#3@2 b3 ~ c#3", S: "d3@2 a3@2 ~@2 d3@2 c#4 ~ c#4 ~ c#4 ~@3",
})).s("gm_french_horn").gain(0.3)

// other · french horn · "Horn in F" · soft notes
const french_horn_soft = note(`<
  ~@4
  [~@2 e4 ~@2 e3 ~ a3]
  [~ e4 ~ g3 f#3 ~ c#4 ~]
  ~@23
  [~@2 e4 ~@2 e3 ~ a3]
  [~ e4 ~ g3 f#3 ~ c#4 ~]
  ~@19
>`).s("gm_french_horn").gain(0.2)

stack(french_horn, french_horn_soft)

More by Misc Computer Games