Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr0n committed Jul 30, 2024
1 parent ef9e7e0 commit 17e27ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wwwroot/scripts/simulated.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function restructured() {
"s(\"vox*8?\").note(24).legato(1).gain(0.6).slice(16, \"[0|1|2|3|4|5|6|7|9|10|11|12|13|14|15]*8\").comb(1)\n" +
").amp(1).delay(0.25).delayt(0.33).delayfb(rand.range(0,0.75)).lock(1).room(0.25).roomsize(0.9)._scope()\n" +
"d4:stack(\n" +
"s(\"glitch*8?0.7\").loopAt(8).legato(1).gain(0.5).slice(8, \"[0|1|2|3|4|5|6|7]*8\")\n" +
"s(\"glitch*8?0.7\").loopAt(8).legato(1).gain(0.4).slice(8, \"[0|1|2|3|4|5|6|7]*8\")\n" +
").amp(1).delay(0.25).delayt(0.33).delayfb(rand.range(0,0.75)).lock(1).room(1).roomsize(0.9)._scope()\n" +
"";
}
Expand Down

0 comments on commit 17e27ab

Please sign in to comment.