Skip to content

Commit

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

return (
t*=11/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 d2502b8

Please sign in to comment.