rsc3/README.md

21 lines
503 B
Markdown
Raw Normal View History

2014-02-16 01:31:37 +00:00
# rsc3 for Racket
2014-02-15 21:39:33 +00:00
2014-02-15 21:48:21 +00:00
2014-02-16 01:33:13 +00:00
This is a port of the [rsc3](http://rd.slavepianos.org/?t=rsc3) super collider client to Racket, organized as a Racket package. Used the Thu Jun 27 2013 version.
2014-02-15 21:48:21 +00:00
2014-02-15 21:51:21 +00:00
rsc3 is Written by [Rohan Drape](http://rd.slavepianos.org/), © 2008-2013
2014-02-15 21:48:21 +00:00
Licensed under GPL (2 or 3? FIXME)
2014-02-16 18:34:58 +00:00
## 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)
2014-02-15 21:48:21 +00:00