The Forest Temple in da club remix.
Listen here on strudel.cc
//////////////////////////////////////////////////////////////////////////////////////////
//
// Forest Temple (Ocarina of Time) — Koji Kondo
// @license CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/
// @by Bitcoin Graffiti
// @date Oct 14, 2025
//
//////////////////////////////////////////////////////////////////////////////////////////
samples('github:tidalcycles/dirt-samples')
setcpm(150/4)
const piano = note("[e, g# ] [e, g#, b] <[e, f, a] [[e, f, a] [e, f, a, d4]]>@2").s("gm_pad_choir:5").color("teal").slow(4).room(1)
const beat = note("<c4 b c4 a> b!7").s("gm_pizzicato_strings:6").gain(.6).color('lightblue').room(1)
const flute = note("[e@2 g# ~!3 ] [e@2 g# ~!4] [<d!3 f#>@2 <f#!3 a> ~!3] [<d!3 f#>@2 <f#!3 a > ~!3]".add(12)).s("gm_flute:1").slow(2).legato(.8).gain(1.5).room(2).color("red")
const bd = s("bd:1!2").bank("TR909")
const sh = s("sh!8")
const sd = s("~ sd").bank("TR909")
const cp = s("misc:1").beat("2, 4 , 5, 8, 11, 14, 15, 16", 16).gain(2)
const drums = stack(bd, sh, sd).color('gold')
arrange(
[8, stack(piano)],
[8, stack(beat, piano)],
[8, stack(beat, piano, drums)],
[16, stack(beat, piano, drums, flute)],
[8, stack(beat, piano, drums, cp)],
[16, stack(beat, piano, drums, flute, cp)],
[4, stack(beat.hush)],
).pianoroll({labels:1})