Strudelify

hanukkah songs

Jewish Folk Tune

KeyA majorTempo120 bpm
0:00/0:00
// hanukkah songs — Jewish Folk Tune
// 120 bpm, 4/4, key A major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Transcription provider: pdmx. https://musescore.com/score/1490946; 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/4)

// 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 · acoustic bass · "Double Bass"
const bass = note("<A@3 B C D C D E@2 B F B@2 G A E@2 B F B@2 G H>".pickRestart({
  A: "a1 e2 a2 e2", B: "a1 e2 d2 f2", C: "a1 e2 a1 e2", D: "e1 e2 a1 e2", E: "e1 e2 e1 e2", F: "e2 a1 a2 a1",
  G: "a1 e2 e1 e2", H: "a1 e2 a2 ~",
})).s("gm_acoustic_bass").gain(0.3)

stack(bass)