Strudelify

a rosinha dos limões

Max (Maximiano de Sousa)

KeyF majorTempo80 bpm
0:00/0:00
// a rosinha dos limões — Max (Maximiano de Sousa)
// 80 bpm, 2/4, key F major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: ch 1 "Pedal-Steel-Gitarre, Guitarra Portuguesa" named as a guitar, played on acoustic guitar steel (its harmonica patch is not one)
// note: Transcription provider: pdmx. https://musescore.com/score/1779206; license: https://creativecommons.org/publicdomain/mark/1.0/
// note: Full arrangement: all 74 bars on a 16-step grid, each part at one level. Source detail keeps the original performance.
setcpm(80/2)

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

// chords · acoustic guitar nylon · "Klassische Gitarre"
const acoustic_guitar_nylon = note(`<
  ~ A@2 B@2 C D B E B@2 D@4 B@4 D@4 B F A@2 B@2 D@2 B G A@2 B@2 C D B E B@2 D@4 B@4 D@4 B F A@2 B@2 D@2 B G A@2 B@2 C D
  B H I
>`.pickRestart({
  A: "g2@2 [bb3,d4,g4] ~ d3@2 [bb3,d4,g4] ~", B: "d3@2 [a3,d4,f4] ~ a2@2 [a3,d4,f4] ~",
  C: "bb2@2 [bb3,d4,f4] ~ f2@2 [bb3,d4,f4] ~", D: "a2@2 [g3,db4,e4] ~ e2@2 [g3,db4,e4] ~", E: "d3 a2 b2 db3",
  F: "d3@2 [a3,c4,gb4] ~ a2@2 [a3,c4,gb4] ~", G: "d3@2 [a3,b3,gb4] ~ a2@2 [a3,c4,gb4] ~",
  H: "[d3,f3,bb3]@2 [a3,d4,f4] ~", I: "[d3,f3,a3,d4]",
})).s("gm_acoustic_guitar_nylon").gain(0.35)

stack(acoustic_guitar_nylon)