Kenneth Flak
Kenneth Flak
This might very well be a giant undertaking, but I am really missing a way to hit `K` on some keyword or function and get the documentation for this... Do...
Hi, Thanks for a **beautiful** color theme! I made a version of it for the [aerc](https://sr.ht/~rjarry/aerc/) mail client, based mostly on kanagawa-wave.
**Describe the bug** When I run fx facebook or gmail and scaling is higher than 1 (my default is 1.5), the right side of the page is partially obscured. Seems...
Hi, Do you have any example code/tutorials/other resources on how to use shaders with `sketch`?
Hi, Trying to set up midi to be able to control synth via a midi keyboard, but I can't find any documentation on the procedure. Is it even possible in...
Hi, My (currently) favorite way of creating an effect chain in sclang goes a bit like this: ``` Ndef(\test, Pdef(\test)).play; Ndef(\test).filter(1, {|in| (in * 30.dbamp).tanh; // ... more signal processing......
Hi, I am looking for a lispy way to get away from openFrameworks, and it seems cepl just might do the trick! However, I have bumped into one problem: it...
Hi, I'm trying to stop a running pseq: ```common-lisp (defparameter *7s* (pseq (list (pseq (list (ppar (list sub kick))) 4) (pseq (list (ppar (list sub kick door))) 4) (pseq (list...
Hi there, I bumped into this situation: ```common-lisp :db (ptrace (pseq (p- (list -9 (prest) -12 (prest) -15 (prest) (prest)) 10))) ``` Gives me this output: ``` -19 -9 -22...
Hi, I'm working through the examples file, and I've run into two roadblocks: 1. I am not able to find a way to close a socket once it's opened 2....