Strudelify
KeyA majorTempo120 bpm
0:00/0:00
// Bravade — Jakob van Eyck Niederlande
// 120 bpm, 4/4, key A major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: metre changes (1/4 at bar 1, 4/4 at bar 2, 3/4 at bar 9, 1/4 at bar 9, ...) are rendered on a constant 4/4 grid of one bar per cycle
// note: Transcription provider: pdmx. https://musescore.com/score/49022; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 65 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.

// other · recorder · "Alto Recorder"
const recorder = note("<A B C D E B F G H B C D E B F G I J K J L M N O P J K J L M N O Q ~@32>".pickRestart({
  A: "~@3 a5", B: "f5 a5 g5 f5", C: "e5@4 e5@3 e5", D: "c#5@3 c#5 c#5@3 c#5", E: "d5@2 a4@2 a4@2 d5 e5", F: "e5@2 a4!2",
  G: "d5@2 c#5 b4 a4 b4 a4@2", H: "a4@2 ~ a5", I: "a4 ~", J: "a5!2", K: "a5 b5 c#6 b5 a5@4",
  L: "a5 b5 c#6 b5 a5@2 a5 g5", M: "f5 a5 e5 g5", N: "d5 f5 a4 c#5", O: "f5 e5 d5@2 c#5@2 c#5 a4", P: "a4", Q: "a4@3 ~",
})).s("gm_recorder").gain(0.3)

stack(recorder)