Strudelify
KeyC majorTempo120 bpm
0:00/0:00
// Banuwa — Misc Traditional
// 120 bpm, 4/4, key C major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Transcription provider: pdmx. https://musescore.com/score/1123856; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 20 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 · [...]/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 · vibraphone · "Orff Alto Metallophone"
const vibraphone = note("<~@4 A B C@2 D E F@2 G H G I A B C@2>".pickRestart({
  A: "e4!2 e4@2", B: "f4!2 f4@2", C: "[e4!2 d4 c4@5]/2", D: "g4!2 g4@2", E: "a4!2 a4@2", F: "[g4!2 f4 e4@5]/2",
  G: "c5!2 a4 g4", H: "c5", I: "g4",
})).s("gm_vibraphone").gain(0.3)

// other · vibraphone · "Orff Alto Metallophone"
const vibraphone_2 = note("<~@8 A B C@2 D E F@2 G H G I>".pickRestart({
  A: "e4!2 e4@2", B: "f4!2 f4@2", C: "[e4!2 d4 c4@5]/2", D: "g4!2 g4@2", E: "a4!2 a4@2", F: "[g4!2 f4 e4@5]/2",
  G: "c5!2 a4 g4", H: "c5", I: "g4",
})).s("gm_vibraphone").gain(0.3)

stack(vibraphone, vibraphone_2)

More by Misc Traditional