Strudelify

Other Side of the Screen (Alto Sax & Bass Clarinet)

Emily Scholz

KeyA majorTempo75 bpm
0:00/0:00
// Other Side of the Screen (Alto Sax & Bass Clarinet) — Emily Scholz
// 75 bpm, 4/4, key A major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Transcription provider: pdmx. https://musescore.com/score/2841771; license: https://creativecommons.org/publicdomain/mark/1.0/
// note: Full arrangement: all 42 bars on a 16-step grid, each part at one level. Source detail keeps the original performance.
setcpm(75/4)

// Notation: c3@3 lasts 3 steps · ~ is a rest · [...]/2 spreads a riff over 2 bars.
// A part's distinct bars are riffs (A, B, C...) played in order: edit a riff to change every repeat.

// bass · clarinet · "Bass Clarinet"
const bass = note("<A B C D A E F D A E F D A D A D G H A D A E F D A E F D A D A D G H G H@3 A D I@2>".pickRestart({
  A: "c3 b2", B: "c3!2", C: "a2 g2", D: "f2 g2", E: "a2 f2", F: "g2 a2", G: "a2 g2 e2@2", H: "f2 g2 g2@2", I: "c3/2",
})).s("gm_electric_bass_finger").gain(0.25)

stack(bass)