Strudelify

Sweden

C418

KeyB majorTempo44 bpm
0:00/0:00
// Sweden — C418
// 44 bpm, 4/4, key B major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Transcription provider: pdmx. https://musescore.com/score/5493877; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 21 bars on a 16-step grid, each part at one level; ghost notes are separate "_soft" parts. Source detail keeps the original performance.
setcpm(44/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 · tenor sax · "Tenor Saxophone"
const tenor_sax = note("<A B C D C D C D E F C D C D E D G H I J@2>".pickRestart({
  A: "e3 a3", B: "f#3 a3", C: "g3 d4", D: "a3 c#4", E: "g3 f#4", F: "a3@3 f#4 e4@4", G: "d4 e4", H: "a3 g3",
  I: "a4@4 e4@2 e4 d4", J: "[a4@6 d4 e4 g4@24]/2",
})).s("gm_tenor_sax").gain(0.2)

// other · tenor sax · "Tenor Saxophone"
const tenor_sax_2 = note("<~@2 A B A B A B C D A B A B A B E F E G@2>".pickRestart({
  A: "e3 a3", B: "f#3 a3", C: "e3@8 a3@4 b2@2 d4 e4", D: "f#3 c#4", E: "b3 e4", F: "a3 f#3", G: "[a3 g3@3]/2",
})).s("gm_tenor_sax").gain(0.2)

// other · baritone sax · "Baritone Saxophone"
const baritone_sax = note("<A B A B A B A B C B A B A B A B D E D F@2>".pickRestart({
  A: "e2 f#2 g2 b2", B: "a2 g2 d2@2", C: "e2@4 f#2@4 g2@4 b2@2 d3 e3", D: "b2 e3", E: "a2 g2", F: "[a2 g2@3]/2",
})).s("gm_baritone_sax").gain(0.2)

stack(tenor_sax, tenor_sax_2, baritone_sax)

More by C418