Strudelify

Bob Esponja

Musica y Artes Ravel

KeyE majorTempo80 bpm
0:00/0:00
// Bob Esponja — Musica y Artes Ravel
// 80 bpm, 4/4, key E major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: duplicate parts dropped: ch 2 "Guitarra clásica [Tablatura]" acoustic guitar nylon (copy of ch 1 "Guitarra clásica" acoustic guitar nylon)
// note: Transcription provider: pdmx. https://musescore.com/score/5966348; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 38 bars on a 32-step grid, each part at one level. Source detail keeps the original performance.
setcpm(80/4)

// 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 · "Guitarra clásica"
const acoustic_guitar_nylon = note("<A@10 B@3 A@3 C D E B@2 D A@4 B@3 A@3 C D E B@2 D>".pickRestart({
  A: "e3 [g#3,b3,e4] b3 [g#3,b3,e4]", B: "b2 [a3,b3,d#4,f#4] f#3 [a3,b3,d#4,f#4]", C: "g#2 [d#3,g#3,c4,f#4]!2 ~",
  D: "e2 [g#3,b3,e4] [g#3,b3,e4]@2", E: "a2 [g3,a3,c#4,e4] e3 [g3,a3,c#4,e4]",
})).s("gm_acoustic_guitar_nylon").gain(0.3)

stack(acoustic_guitar_nylon)