cl-collider icon indicating copy to clipboard operation
cl-collider copied to clipboard

A SuperCollider client for CommonLisp

Results 6 cl-collider issues
Sort by recently updated
recently updated
newest added

Building with SBCL 2.2.7.28-02bc916fd / ASDF 3.3.5 for quicklisp dist creation. Trying to build commit id 1aaa384fac51706de99aad956e7e32de883c4674 *cl-collider* fails to build with the following error: ``` Unhandled PACKAGE-DOES-NOT-EXIST in thread...

Love this project! It's not clear that the user must use `*s*` for the "session". Some functions allows you to pass the server optional like `sc:buffer-read`, and others assume that...

This is an awesome library, which is making me fall back in love with SuperCollider after a long break. I've noticed that there doesn't seem to be a way to...

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......