Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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))
```