Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quakehead/rsc3
rsc3 ported to Racket and organized as package
https://github.com/quakehead/rsc3
Last synced: 18 days ago
JSON representation
rsc3 ported to Racket and organized as package
- Host: GitHub
- URL: https://github.com/quakehead/rsc3
- Owner: khafatech
- Created: 2014-02-15T21:39:33.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T03:27:51.000Z (4 months ago)
- Last Synced: 2024-12-20T18:03:52.994Z (30 days ago)
- Language: Racket
- Size: 514 KB
- Stars: 15
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-racket - rsc3 - SuperCollider client ported to Racket. (Audio and Music)
README
# rsc3 for Racket
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.
rsc3 is Written by [Rohan Drape](http://rd.slavepianos.org/), © 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)