0:00/0:00
// Chorale — Johann Sebastian Bach
// 76 bpm, 3/4, key G major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Transcription provider: pdmx. https://musescore.com/score/56976; license: https://creativecommons.org/publicdomain/mark/1.0/
// note: Full arrangement: all 29 bars on a 24-step grid, each part at one level. Source detail keeps the original performance.
setcpm(76/3)
// 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.
// other · viola
const viola = note("<A B C D E F G H B C D E F G I@3 J K L M N O G P E Q G R>".pickRestart({
A: "~@2 d4", B: "d4 e4 d4", C: "d4@2 b3", D: "e4 d4 e4 f#4 g4@2", E: "f#4@2 g4", F: "d4 e4 f#4", G: "g4@2 f#4",
H: "d4@2 d4", I: "[d4@4 g4@3 f#4 e4 f#4 g4@3 a4 g4 f#4 g4@2]/3", J: "f#4@2 e4", K: "e4@2 f#4 g4 a4@2",
L: "a4@2 g4@3 f#4", M: "g4@2 f4", N: "e4@2 g4", O: "a4@3 g4 f#4@2", P: "f#4 e4!2 f#4 g4@2", Q: "a4@4 g4 f#4",
R: "d4@2 ~",
})).s("gm_viola").gain(0.25)
// other · cello
const cello = note("<A B C D E F G H B C D E F G I J K L M E N O P Q R E S T U>".pickRestart({
A: "~@2 b3", B: "b3@2 c4 b3 a3@2", C: "g3 f#3 g3", D: "c4 b3 c4@2 d4@2", E: "d4@2 d4", F: "a3 b3 c4",
G: "d4@2 e4@2 d4 c4", H: "b3@2 b3", I: "b3@2 d4", J: "d4@2 c4@2 b3 a3", K: "b3 c4 d4@2 d4@2", L: "d4@2 b3",
M: "g3 b3 e4", N: "d4", O: "c4@2 d4", P: "d4 c4 b3@2 c4@2", Q: "d4@4 d4 c4", R: "b3 c4 d4", S: "d4@2 e4",
T: "e4@4 d4 c4", U: "b3@2 ~",
})).s("gm_cello").gain(0.25)
// bass · acoustic bass
const bass = note("<A B C D E F G H B C D E F G H I J K@2 L M N F O P Q@2 R S>".pickRestart({
A: "~@2 g2", B: "g3 e3 f#3", C: "g3 d3 e3", D: "c3@2 b2 a2 g2@2", E: "d3@2 g2", F: "f#2 g2 a2", G: "b2 c3 d3",
H: "g2@2 g2", I: "g2 a2 b2", J: "b2@3 a2 g2@2", K: "[d3@2 e3@2 d3 c3]/2", L: "b2@3 c3 d3@2", M: "g2 a2 b2@2 g2@2",
N: "c3@2 g2", O: "b2 g2 d3", P: "e3 d3 c3 b2 a2 g2", Q: "[d3@2 g3@2 f#3 e3]/2", R: "e3 d3 c3@2 d3@2", S: "g2@2 ~",
})).s("gm_acoustic_bass").gain(0.25)
stack(viola, cello, bass)
More by Johann Sebastian Bach
Air 'on the G string' Orchestral Suite No. 3 in D major BWV 1068D major · 30 bpmAir on the G string (D major)D major · 52 bpmAria variata in A minor BWV 989A major · 76 bpmArioso BWV 156A major · 35 bpmBach - Kyrie from Mass in B Minor - Woodwind QuintetD major · 50 bpmbereite dich zionA minor · 120 bpmBist du bei mirE♭ major · 68 bpmbwv 974 - adagio in d minorF major · 40 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.