pouët.net

Random line of code thread

category: code [glöplog]
Code: lda $dc00
added on the 2023-12-02 13:21:38 by Preacher Preacher
for (;;){fork();}
added on the 2023-12-05 15:13:38 by EviL EviL
Code:(define (cons a b) (lambda (pick) (cond ((= pick 1) a) ((= pick 2) b)))) (define (car x) (x 1)) (define (cdr x) (x 2))
added on the 2023-12-06 18:39:18 by MsK` MsK`
Code:*sr 0.9998 # (over)samplerate-independent volume envelope (exponential decay)
added on the 2024-01-27 12:07:22 by bsp bsp
Code:id test inc myosc <out: ~myosc freq=1 dcy=0.25 # instantiate a template. now we're cookin' :-)
added on the 2024-02-18 19:53:23 by bsp bsp

login