pull down to refresh

Transcribed this today to strudel. Very cool stuff. Try it out!
// Koji Kondo - Bowser's Valley 
// @license CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/
// @by Bitcoin Graffiti
// @date Aug 16, 2025

setcps(.5)

const bass = note("e1!4 e1@2 e1 e1@2 e1 e1@2 e1@2 <c#5 a4>  <d5 b4> ").s("gm_slap_bass_1:3").color('orange').slow(1).gain(2)

const drum = sound("bd sd [~ bd] sd , [hh ~]!16").gain(.5).color('magenta')

const organ = note(" a# a@15 a a#@15, g# g@15 g g#@15").room(.5).s("gm_trombone:4").slow(4).early(.135).decay(2.95).color('cyan')


arrange(
  [8, stack(bass, drum, organ)],
  [4, stack(bass, drum)],
  [2, stack(bass, drum).hush()],
).pianoroll({ labels: 1, fill: 1, vertical: 1 });
this territory is moderated