Strudelify

Academic Festival Overture Op.80

Anon

KeyB♭ majorTempo120 bpm
0:00/0:00
// Academic Festival Overture Op.80 — Anon
// 120 bpm, 3/4, key Bb major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: ch 2 "Bass" named as a bass, played on electric bass finger (its choir aahs patch is not one)
// note: Transcription provider: pdmx. https://musescore.com/score/70903; 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(120/3)

// 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.

// bass · electric bass finger · "Bass"
const bass = note("<A B C D A B C D E F E F G H G I>".pickRestart({
  A: "[bb2,f3]@4 [d3,f3] [d3,f3]@5 ~ [bb2,bb3]@5", B: "[eb3,bb3]@4 [d3,bb3] [c3,c4]@11",
  C: "[f3,c4]@4 [g3,c4] [a3,f4]@5 ~ [f3,c4]@5", D: "bb3@5 [bb2,d4]@5 ~@6", E: "[f3,c4]@4 [g3,c4] [a3,c4]@5 ~ [f3,a3]@5",
  F: "bb3@3 [bb3,d4]@2 [a3,c4]@5 ~ [f3,c4]@5", G: "[d3,bb3]@4 [d3,bb3] [eb3,bb3]@5 ~ c3@2 eb3@3, ~@11 c4@5",
  H: "[bb3,d4]@5 [a3,c4]@5 ~ [g3,bb3]@5", I: "d4@5 c4@5 ~ [bb2,bb3]@5, f3@11 ~@5",
})).s("gm_electric_bass_finger").gain(0.3).pan(0.4)

stack(bass)

More by Anon