Kenneth Flak

Results 104 comments of Kenneth Flak

The development seems to have stalled, unfortunately. I do find scel quite useable, still. You might find some ideas on how to configure it to your liking here: https://gitlab.com/kflak/dots/-/blob/main/emacs/supercollider.el?ref_type=heads

I'm making a bit of progress over here, after a few initial missteps the code compiles, but I am having trouble translating this chunk of code from sclang to lisp:...

OK, getting closer. This "works" in the sense that it actually produces output, but the panning is not correct yet. ```common-lisp (defun splay-az-ar (num-chans spread level width center orientation level-comp...

.... and it seems I managed to crack the nut...: ```common-lisp (defun splay-az-kr (num-chans spread level width center orientation level-comp &rest in-array) (let* ((n (max 1 (length in-array))) (pos (if...