Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jbclements/sonic-pi

Sonic Pi experimentation in Racket
https://github.com/jbclements/sonic-pi

Last synced: 4 months ago
JSON representation

Sonic Pi experimentation in Racket

Awesome Lists containing this project

README

        

# Sonic Pi

Imitation is the sincerest form of flattery. I'm absolutely in love with
Sonic Pi's ease of use and great sound, and I'm duplicating parts of its
functionality... even down to the name.

This code is most easily installed using racket's package manager, `raco`:

```
raco pkg install sonic-pi
```

Let me make it absolutely clear, just in case: this package is NOT a
version of Sonic Pi; it's a bunch of code that uses scsynth in just the
same way that sonic pi does.

To see what it can currently do, try installing the package and then
running the file(s) in the `examples` subdirectory.