1
0

initial commit

This commit is contained in:
2025-02-26 07:33:14 +01:00
commit 13e794f44b
21 changed files with 515 additions and 0 deletions

4
bitcrushing.scd Normal file
View File

@ -0,0 +1,4 @@
// bitcrushing
sig = sig.round(0.12);
// sample rate reduction
sig = Latch.ar(sig, Impulse.ar(SampleRate.ir/10));