Strudelify

A Division on a Ground by Mr. Finger

Finger

KeyB♭ majorTempo120 bpm
0:00/0:00
// A Division on a Ground by Mr. Finger — Finger
// 120 bpm, 3/4, key Bb major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: metre changes (3/4 at bar 1, 6/4 at bar 49, 3/4 at bar 51) are rendered on a constant 3/4 grid of one bar per cycle
// note: Transcription provider: pdmx. https://musescore.com/score/4719083; license: https://creativecommons.org/publicdomain/mark/1.0/
// note: Full arrangement: all 81 bars on a 16-step grid, each part at one level. Source detail keeps the original performance.
setcpm(120/3)

// 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.

// bass · choir aahs · "Ground Bass"
const bass = note(`<
  A B C D E F G H A B C D E F G H A B C D E F G H A B C D E F G H A B C D E F G H A B C D E F G H A ~ B C D E F G H A B
  C D E F G H A B C D E F G H A B C D E F G H
>`.pickRestart({
  A: "g2@5 bb2@5 ~ g2@5", B: "d3@5 gb3@5 ~ d3@5", C: "eb3@5 eb2@5 ~ eb3@5", D: "d3@5 d3@5 ~ g3@5",
  E: "eb3@5 c3@5 ~ f3@5", F: "d3@5 bb2@5 ~ eb3@5", G: "c3@5 a2@5 ~ d3@5", H: "g2",
})).s("gm_synth_bass_1").gain(0.3)

stack(bass)