Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
edcrub committed Feb 17, 2024
1 parent cb7cb79 commit 2b3fdb4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions my-patterns/Noise240217.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
await dough`
let x = 511
let dsp = (t) => {
t*= 7999

return (
t*=10/12,((t/2**(x/[128,128,143,137][t>>14&3])&1?x*t:t>>4)^t>>6)>>(t%16)&t>>4
)
}

`;

silence

0 comments on commit 2b3fdb4

Please sign in to comment.