0:00/0:00
// Se Tu mi accogli BWV 88/7 — J. S. Bach
// 48 bpm, 4/4, key Bb major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: metre changes (1/4 at bar 1, 4/4 at bar 2, 3/4 at bar 6, 1/4 at bar 6, ...) are rendered on a constant 4/4 grid of one bar per cycle
// note: ch 5 "Bass" named as a bass, played on electric bass finger (its contrabass patch is not one)
// note: Transcription provider: pdmx. https://musescore.com/score/1720231; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 24 bars on a 16-step grid, each part at one level. Source detail keeps the original performance.
setcpm(48/4)
// Notation: c3@3 lasts 3 steps · ~ is a rest.
// A part's distinct bars are riffs (A, B, C...) played in order: edit a riff to change every repeat.
// other · viola · "Alto"
const viola = note("<A B C D E F B C D E G H I J K B C D E G H I J L>".pickRestart({
A: "~@3 bb3", B: "d4!4", C: "bb3 eb4 d4 a3", D: "~ d4!2 c4", E: "bb3@2 bb3 c4 d4@4", F: "d4@3 bb3", G: "d4@3 gb4",
H: "g4 f4!2 g4", I: "g4!2 f4 eb4 d4@2 f4@2", J: "gb4@2 g4@2 g4 gb4 g4@2", K: "g4 gb4 d4 bb3", L: "g4 gb4 d4 ~",
})).s("gm_viola").gain(0.3)
// other · cello · "Tenor"
const cello = note("<A B C D E F B C D E G H I J K B C D E G H I J L>".pickRestart({
A: "~@3 g3", B: "bb3 a3 g3 gb3", C: "g3@2 c4 bb3 a3@2 gb3@2", D: "~ a3 bb3 f3", E: "f3@2 g3 a3 bb3@2 a3@2",
F: "bb3@3 g3", G: "bb3@3 d4", H: "d4 c4 bb3!2", I: "bb3 a3 bb3!2", J: "c4@4 d4@4 eb4@2 d4 c4 bb3@2 c4@2",
K: "d4@2 d4 c4 bb3@2 g3@2", L: "d4@2 d4 c4 bb3@2 ~@2",
})).s("gm_cello").gain(0.3)
// bass · electric bass finger · "Bass"
const bass = note("<A B C D E F B C D E G H I J K B C D E G H I J L>".pickRestart({
A: "~@3 g3", B: "g3 gb3 g3 d3", C: "eb3 c3 d3!2", D: "~ d3 g2 a2", E: "bb2 eb3 d3@2", F: "g2@3 g3", G: "g2@3 d3",
H: "g3!2 bb3 g3", I: "eb3!2 f3@2 bb2@2 bb3@2", J: "a3@2 g3@2 c3 d3 eb3@2", K: "d3 c3 d3@2 g2@2 g3@2",
L: "d3 c3 d3@2 g2@2 ~@2",
})).s("gm_electric_bass_finger").gain(0.3)
stack(viola, cello, bass)
More by J. S. Bach
1. MenuettF major · 120 bpm14 Canons BWV 1087G major · 92 bpmAir 'on the G string' Orchestral Suite No. 3 in D major BWV 1068D major · 60 bpmAllein Gott in der Höh' sei Ehr' BWV 676G major · 74 bpmBrandenburg Concerto No.2 in F major BWV 1047C major · 100 bpmBrandenburg Concerto No.3 in G major BWV 1048G major · 100 bpmBWV 0779 duo mandolineC major · 120 bpmbwv 972 concerto after vivaldi op 3 no 9 1 allegro duetB♭ major · 100 bpm
Not in the database
That song isn't here.
Nothing in the database matches this link. It may have been renamed, or the address was mistyped. The closest songs to :
Real transcriptions · Editable patterns · Instrumental
Type a song.
Get Strudel code.
Chords, structure, melody, bass and drums compiled from open transcriptions into Strudel live-coding patterns. Play it here, scrub through the bars, then open it in strudel.cc and start hacking.
Smells Like Teen SpiritNirvana
The JokerSteve Miller Band · 1973
Love Me DoThe Beatles · 1964
I Don't MindJames Brown · 1961
- Real transcriptionsMcGill chord charts, Lakh MIDI and quality-filtered PDMX scores. The library includes alternate transcriptions of some songs.
- One bar, one cycleEvery layer follows the same bar timeline, keeping the code, playback and song structure aligned.
- Instrumental by designDetected vocal parts are removed. Guitar riffs, harmonica and other instrumental leads stay.