0:00/0:00
// Ultra Instinct Theme — Rickey C Battle jr
// 110 bpm, 4/4, key F major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Transcription provider: pdmx. https://musescore.com/score/5918954; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 20 bars on a 16-step grid, each part at one level. Source detail keeps the original performance.
setcpm(110/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.
// bass · tuba
const bass = note("<A B A C D E F G D E F G H G H I H G H J>".pickRestart({
A: "a2 ~ g2 ~ bb2 ~ a2 ~", B: "g2 ~ f2 ~ e2 ~ f2 ~", C: "g2 ~ f2 ~ [f1,f2]@2 ~@2", D: "~@6 bb2!2 a2 ~@2 a2 ~ a2 ~@2",
E: "d3 ~", F: "~@6 a2!3 ~@2 a2 ~ a2 ~@2", G: "g3 ~ f3 ~ e3 ~ f3 ~", H: "a3 ~ g3 ~ bb3 ~ a3 ~",
I: "g3 ~ f3 ~ f3@2 ~@2", J: "g3 ~ d4 ~ d4@2 ~@2",
})).s("gm_tuba").gain(0.3)
// bass · tuba
const bass_2 = note("<A B A C A B A D A B A E F G F H F G F I>".pickRestart({
A: "a2 ~ g2 ~ bb2 ~ a2 ~", B: "g2 ~ f2 ~ e2 ~ f2 ~", C: "g2 ~ a2 ~ a2@2 ~@2", D: "g2 ~ f2 ~ f2 ~@3",
E: "g2 ~ f2 ~ f2 ~ f3 ~", F: "a3 ~ g3 ~ bb3 ~ a3 ~", G: "g3 ~ f3 ~ e3 ~ f3 ~", H: "g3 ~ f3 ~ f3@2 ~@2",
I: "g3 ~ a3 ~ a3@2 ~@2",
})).s("gm_tuba").gain(0.2)
// bass · tuba
const bass_3 = note("<A B A C A B A D A B A E F G F H F G F I>".pickRestart({
A: "db2 ~ db2 ~ db2 ~ db2 ~", B: "d2 ~ d2 ~ d2 ~ d2 ~", C: "d2 ~ d2 ~ d2@2 ~@2", D: "~@2 a2 ~ a2 ~@3",
E: "~@2 a2 ~ a2 ~ f3 ~", F: "db3 ~ db3 ~ db3 ~ db3 ~", G: "d3 ~ d3 ~ d3 ~ d3 ~", H: "d3 ~ d3 ~ d3@2 ~@2",
I: "d3 ~ f3 ~ f3@2 ~@2",
})).s("gm_tuba").gain(0.2)
// bass · tuba
const bass_4 = note("<A B A C A B A D A B A E F G H I F G H J>".pickRestart({
A: "db2 ~ db2 ~ db2 ~ db2 ~", B: "d2 ~ d2 ~ d2 ~ d2 ~", C: "d2 ~ d2 ~ d2@2 ~@2", D: "d2 ~ d2 ~ d2 ~@3",
E: "d2 ~ d2 ~ d2 ~ f3 ~", F: "db3 ~ db3 ~ db3 ~ db3 ~", G: "d3 ~ d3 ~ d3 ~ d3 ~", H: "db3 ~ db3 ~ db3 ~@3",
I: "d3 ~ d3 ~ d3@2 ~@2", J: "~@2 d3 ~ d3@2 ~@2",
})).s("gm_tuba").gain(0.2)
stack(bass, bass_2, bass_3, bass_4)
More by Rickey C Battle jr
Ariane Grande God Is A WomanG♭ major · 70 bpmBackstreet Boys The CallD♭ major · 100 bpmbanditA♭ major · 80 bpmBig Sean Go Legend ft Travis ScottC♭ major · 70 bpmGangsta's ParadiseE♭ major · 80 bpmGucci Mane ClassicalA♭ major · 60 bpmkill the lightsC♭ major · 80 bpmLil Baby Life_Goes_OnA♭ major · 70 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.