Strudelify
KeyG majorTempo120 bpm
0:00/0:00
// Chtíc aby spal — Adam Václav Michna z Otradovic
// 120 bpm, 3/4, key G major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Transcription provider: pdmx. https://musescore.com/score/5882852; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 24 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 · "Bass"
const bass = note("<~ A B C D E ~ A B C D E F G H I J K F G H L M E>".pickRestart({
  A: "g2@11 g2@5", B: "d3@11 d3@5", C: "g2@5 a2@5 ~ b2@5", D: "c3@5 g2@5 ~ d3@5", E: "g2",
  F: "d3@3 e3@2 d3@3 e3@3 d3@5", G: "d3@3 e3@2 d3@3 e3@3 c3@5", H: "g2@5 b2@11", I: "c3@5 b2@5 ~ a2@5",
  J: "b2@5 d3@5 ~ a2@5", K: "f#2@11 c3@5", L: "f#2", M: "g2@11 d3@5",
})).s("gm_synth_bass_1").gain(0.3)

stack(bass)