rsc3 ported to Racket and organized as package
Go to file
2014-05-29 09:07:17 -07:00
oregano made effects work for a single bus 2014-05-29 09:07:17 -07:00
rhs added 2 testcases to rhs.rkt just to see how rackunit works 2014-02-25 20:36:16 -08:00
rsc3 removed output for send-msg 2014-05-27 18:01:41 -07:00
sosc added a descriptive error message when sc is not running 2014-05-27 16:38:19 -07:00
.gitignore cleanup: 2014-02-18 11:39:04 -08:00
info.rkt renamed rsc3.rkt to main.rkt, edit info.rkt 2014-02-15 16:39:08 -08:00
README.md added install instructions 2014-02-16 10:34:58 -08:00

rsc3 for Racket

This is a port of the rsc3 super collider client to Racket, organized as a Racket package. Used the Thu Jun 27 2013 version.

rsc3 is Written by Rohan Drape, © 2008-2013

Licensed under GPL (2 or 3? FIXME)

Install

Install with raco pkg install rsc3, assuming racket/bin is in PATH.

Using

(require rsc3)

This also exports send, which is from the sosc collection. (TODO - need to fix sosc exports)