Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rars/overblow
Library for use with Overtone in Clojure.
https://github.com/rars/overblow
Last synced: about 2 months ago
JSON representation
Library for use with Overtone in Clojure.
- Host: GitHub
- URL: https://github.com/rars/overblow
- Owner: rars
- Created: 2012-09-05T20:11:39.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-06-15T23:13:06.000Z (over 8 years ago)
- Last Synced: 2024-04-14T10:09:42.117Z (9 months ago)
- Language: Clojure
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# overblow
Add-on library for use with Overtone in Clojure.
# Getting Started
## On Windows 10 (64-bit)
### Prerequisites
SuperCollider 3.6.6, leiningen 2.6.1, Java 1.8.0
### Starting up
1) Start SuperCollider 3.6.6.
2) Open a command console and type `lein repl`.```clojure
(use 'overtone.core)
(boot-external-server)
(demo (sin-osc 440))
```