rsc3 ported to Racket and organized as package
Go to file

README.org

rsc3 for Racket

This is a port of the rsc3 SuperCollider client to Racket. rsc3 is written by Rohan Drape and ported to Racket by Mustafa Khafateh based on the Thu Jun 27 2013 version. The current version of rdrsc3 is available at gitlab

Install

If you have raco installed you can Install rsc3 with raco pkg install rsc3

Using

Require the module, open SuperCollider or sclang and write some synthetic audio…

(require rsc3)

The names of ugens have been adapted to scheme style (e.g. FSinOsc to f-sin-osc ) but are usually obvious. Specifics can be checked in rsc3/main.rkt and there are some useful examples in the rsc3/examples/ folder (some may need tweaking to work with Racket)

Documentation

The scheme files in file:doc/help/ correspond closely to the SuperCollider help files included in the standard distribution and can easily be used alongside them (the schelp source files can be found at github). Examples from the help files, tutorials and other sources are included in the doc folder.


nik gaffney b6622a1b55 doc update 2022-08-28 12:27:01 +02:00
doc doc update 2022-08-28 12:27:01 +02:00
doc-schelp doc update 2022-08-28 12:27:01 +02:00
oregano near-trivial cleanup 2015-10-27 13:02:34 -07:00
rhs remove rnrs dependencies and improve racket comparability 2022-08-24 16:41:15 +02:00
rsc3 docs (scm, schelp, scrbl & html) 2022-08-24 16:41:15 +02:00
sosc remove rnrs dependencies and improve racket comparability 2022-08-24 16:41:15 +02:00
util doc update 2022-08-28 12:27:01 +02:00
.gitignore cleanup: 2014-02-18 11:39:04 -08:00
README.org docs (scm, schelp, scrbl & html) 2022-08-24 16:41:15 +02:00
info.rkt added deps 2014-08-27 09:25:03 -07:00