Strudelify

lalala

bbno

KeyG majorTempo130 bpm
0:00/0:00
// lalala — bbno
// 130 bpm, 4/4, key G major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: metre changes (1/4 at bar 1, 4/4 at bar 1, 2/4 at bar 32) are rendered on a constant 4/4 grid of one bar per cycle
// note: duplicate parts dropped: ch 2 "Trumpet" trumpet (copy of ch 1 "Alto Sax 1" alto sax)
// note: Transcription provider: pdmx. https://musescore.com/score/5739910; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 33 bars on a 16-step grid, each part at one level. Source detail keeps the original performance.
setcpm(130/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 · alto sax · "Alto Sax 2"
const alto_sax = note("<~ A@2 B@2 A@2 C ~ A@2 B@2 A@2 D ~ A@2 B@2 A@2 B@2 A@2 B@2 A@2 E@2>".pickRestart({
  A: "[d3@7 d#3@5 f3@2 d#3@2]/2", B: "[d3@7 d#3@5 f3@3 d#3]/2", C: "d3@7 d#3", D: "d3@7 ~", E: "[d3@7 d#3@4 ~@5]/2",
})).s("gm_alto_sax").gain(0.4)

stack(alto_sax)