Strudelify

Musick's Delight on the Cithren

John Playford

KeyD majorTempo160 bpm
0:00/0:00
// Musick's Delight on the Cithren — John Playford
// 160 bpm, 2/2, key D major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Transcription provider: pdmx. https://musescore.com/score/5787819; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 32 bars on a 16-step grid, each part at one level. Source detail keeps the original performance.
setcpm(160/4)

// Notation: c3@3 lasts 3 steps · ~ is a rest · [c3,e3] is a chord · "a, b" plays two voices at once.
// A part's distinct bars are riffs (A, B, C...) played in order: edit a riff to change every repeat.

// chords · acoustic guitar nylon · "Bouzouki (4 chœurs)"
const acoustic_guitar_nylon = note("<A B C D A B C D E F G D E F G D A B C D A B C D E F G D E F G D>".pickRestart({
  A: "[d4,f#4]!2 [d3,d4,f#4]@2, d3 ~", B: "e4@2 f#4@2 d4@2 c#4 d4, d3!2",
  C: "[c#4,e4]@2 [c#4,e4]@2 [c#4,e4]@3 f#4, a2!2", D: "[a2,c#4,e4] [d3,a3,d4]", E: "b3 c#4 [d3,a3,d4]@2, d3 ~",
  F: "e4@2 f#4@2 [a3,d4]@2 c#4 d4, d3!2", G: "e4!3 f#4, a2!2",
})).s("gm_acoustic_guitar_nylon").gain(0.3)

// chords · acoustic guitar nylon · "Guitare classique"
const acoustic_guitar_nylon_2 = note("<A@2 B C A@2 B C A@2 B C A@2 B C A@2 B C A@2 B C A@2 B C A@2 B C>".pickRestart({
  A: "[d3,a3,d4,f#4]!2", B: "[a2,e3,a3,c#4]!2", C: "[a2,e3,a3,c#4] [d3,a3,d4,f#4]",
})).s("gm_acoustic_guitar_nylon").gain(0.09)

stack(acoustic_guitar_nylon, acoustic_guitar_nylon_2)