diff --git a/test/__snapshots__/tunes.test.mjs.snap b/test/__snapshots__/tunes.test.mjs.snap index 3d6a085a..b5adfeb0 100644 --- a/test/__snapshots__/tunes.test.mjs.snap +++ b/test/__snapshots__/tunes.test.mjs.snap @@ -8129,12 +8129,8 @@ exports[`renders tunes > tune: meltingsubmarine 1`] = ` [ "[ (0/1 → 1/1) ⇝ 3/2 | s:bd:5 speed:0.7519542165100574 ]", "[ (3/4 → 1/1) ⇝ 3/2 | s:sd:1 speed:0.7931522866332671 ]", - "[ 0/1 → 3/16 | s:hh27 speed:0.7002304945137069 ]", - "[ 3/16 → 3/8 | s:hh27 speed:0.7050675100782229 ]", - "[ 3/8 → 9/16 | s:hh27 speed:0.7187041442227808 ]", - "[ 9/16 → 3/4 | s:hh27 speed:0.7399036937955912 ]", - "[ 3/4 → 15/16 | s:hh27 speed:0.7640047392245236 ]", - "[ (15/16 → 1/1) ⇝ 9/8 | s:hh27 speed:0.7852042887973341 ]", + "[ 3/8 → 3/4 | s:hh27 speed:0.7285963821098448 ]", + "[ (3/4 → 1/1) ⇝ 9/8 | s:hh27 speed:0.77531205091027 ]", "[ (0/1 → 1/1) ⇝ 3/2 | n:33.129885541275144 decay:0.15 sustain:0 s:sawtooth gain:0.4 cutoff:3669.6267869262615 ]", "[ (0/1 → 1/1) ⇝ 3/2 | n:33.17988554127514 decay:0.15 sustain:0 s:sawtooth gain:0.4 cutoff:3669.6267869262615 ]", "[ (0/1 → 1/1) ⇝ 3/2 | n:55.129885541275144 s:sawtooth gain:0.16 cutoff:500 attack:1 ]", diff --git a/website/src/repl/tunes.mjs b/website/src/repl/tunes.mjs index 4608b616..88fb60d2 100644 --- a/website/src/repl/tunes.mjs +++ b/website/src/repl/tunes.mjs @@ -520,7 +520,7 @@ export const meltingsubmarine = `// licensed with CC BY-NC-SA 4.0 https://creati // by Felix Roos await samples('github:tidalcycles/Dirt-Samples/master/') stack( - s("bd:5,[~ ],hh27*8") // drums + s("bd:5,[~ ],hh27(3,4)") // drums .speed(perlin.range(.7,.9)) // random sample speed variation //.hush() ,"" // bassline