pull down to refresh

Combined some previous house patterns with with the fairy faintain piano arpeggio from the Ocarina of Time. The beat is a bit cheesy maybe, def not my forte, but I dig the jazzy organ chords.
Listen to this javascript song here on --> strudel.cc
//////////////////////////////////////////////////////////////////////////////////////////
//
// Fairy Fountain
// @license CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/
// @by Bitcoin Graffiti
// @date Oct 9, 2025 
//
//////////////////////////////////////////////////////////////////////////////////////////

samples('github:tidalcycles/dirt-samples')

setcpm(160/4)

const arp = note("c3 e3 g3 a#3 d4 e4 g4 a#4 d5 e5").clip("6").color('white')
const mel1 = note("[<a6 g6 f#6 <g6!2 g#6 g6!5>> d6 <a#5!4 b5!4 b5!4 a#5!4> <g5!8 g#5!4 g5!4>]".add("<0!4 -2!4 -4!4 -5!4>")).s('piano').fast(4).color('purple')
const mel2 = note("[<<a6 ab6 a6!2> g6 <f#6!3 f6> <g6!3 e6>> d6 a#5 g5]".add("<0!4 2!4 3!4 0!4>")).s('piano').fast(4).color('purple')
const bass = note("a#2!2 a2!2 g2!2 <f2 c3>!2").s('piano').slow(4).sustain(10).color('red')

const organ1 = chord("<Gm Gm7 F Dm>").voicing().s("gm_rock_organ:3").room(1).beat("1, 2, 4, 5.5, 7", 8).color('teal').gain(.7)
const organ2 = chord("<Gm Am7 Fm9 Em9>").voicing().s("gm_rock_organ:3").room(1).beat("1, 2, 4, 5.5, 7", 8).color('teal').gain(.5)

//percussion
const breaks = s("breaks165").slice(8, "0 1 <2 2*2> 3 [4 0] 5 6 7".every(3, rev)).color('yellow')
const bd = s("bd:1!2, ~ <~ [cp ~]> sd:0 <~ cp> ").bank("TR909").gain(.7).fast(2)
const drums = stack(breaks, bd).swingBy(.07, 4)
                                                                        
arrange(
  [1, arp],
  [4, stack( mel1)],
  [4, stack( mel2, breaks)],
  [4, stack( mel1, organ1, breaks)],
  [4, stack( mel2, organ2, breaks)],
  [4, stack( mel1, organ1, drums)],
  [4, stack( mel2, organ2, drums)],
  
).pianoroll({labels: 1})
this territory is moderated
21 sats \ 0 replies \ @_ds 4h
Came for the Zelda reference, stayed for the tune 🤘
reply