Strudelify

Air in C

Henry Purcell

KeyB♭ majorTempo100 bpm
0:00/0:00
// Air in C — Henry Purcell
// 100 bpm, 2/2, key Bb major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Tempo changes preserved in elapsed time; displayed bars use the dominant tempo.
// note: Transcription provider: pdmx. https://musescore.com/score/3544576; license: https://creativecommons.org/publicdomain/mark/1.0/
// note: Full arrangement: all 16 bars on a 16-step grid, each part at one level. Source detail keeps the original performance.
setcpm(100/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.

// other · clarinet · "B Klarinette"
const clarinet = note("<A B A C A B A C D E F G D E F G>".pickRestart({
  A: "bb3@2 bb4@2 a4 g4 a4 f4", B: "bb4@2 eb4@2 f4 eb4 d4 c4", C: "c5 c4 f4 f3", D: "f4 g4 a4 bb4",
  E: "c5@2 f4@2 bb4 a4 g4 f4", F: "eb4 f4 g4 bb3", G: "f4 f3 bb4 bb3",
})).s("gm_clarinet").gain(0.3)

stack(clarinet)

More by Henry Purcell