Strudelify

sadness and sorrow

Toshio Masuda

KeyG majorTempo120 bpm
0:00/0:00
// sadness and sorrow — Toshio Masuda
// 120 bpm, 4/4, key G major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Transcription provider: pdmx. https://musescore.com/score/99111; license: https://creativecommons.org/publicdomain/mark/1.0/
// note: Full arrangement: all 55 bars on a 32-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 · [c3,e3] is a chord · "a, b" plays two voices at once · [...]/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.

// other · string ensemble 1 · "Violins 2"
const string_ensemble_1 = note(`<
  ~ A B A@2 C@2 B D E@2 F G H I@2 D E@2 F G H J@2 K L M N K L O P Q P Q P Q P Q ~ K L M N K L O P Q P Q P Q P Q
>`.pickRestart({
  A: "f#4", B: "e4", C: "e4/2", D: "c4", E: "d4", F: "g4@2 f#4 e4", G: "c4@2 d4 c4", H: "d4 a3", I: "[~ e4, b3]/2",
  J: "b3/2", K: "e4 d4", L: "g4 f#4 e4 b3", M: "c4 b3", N: "d4 f#4", O: "c4 d4", P: "[e4,a4]", Q: "[e4,g4]",
})).s("gm_string_ensemble_1").gain(0.3)

stack(string_ensemble_1)

More by Toshio Masuda