Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pjagielski/overtone-covers
Collection of songs covered by Overtone
https://github.com/pjagielski/overtone-covers
Last synced: 2 days ago
JSON representation
Collection of songs covered by Overtone
- Host: GitHub
- URL: https://github.com/pjagielski/overtone-covers
- Owner: pjagielski
- License: epl-1.0
- Created: 2015-04-18T21:21:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-18T12:00:19.000Z (over 9 years ago)
- Last Synced: 2024-04-16T11:11:22.204Z (7 months ago)
- Language: Clojure
- Size: 841 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# overtone-covers
Collection of song covers created in [Overtone](https://github.com/overtone/overtone) and [Clojure](https://github.com/clojure/clojure).
## Requirements
Install [lein](https://github.com/technomancy/leiningen)
Install [jack](https://github.com/overtone/overtone/wiki/Installing-and-starting-jack) (linux only)
## Playing
`lein repl`
### Calvin Harris - Let's Go
```clojure
(use 'overtone.live)
(use 'overtone-covers.letsgo)
(play-all)
(stop)
```### Ellie Goulding - Lights
```clojure
(use 'overtone.live)
(use 'overtone-covers.lights)
(play-all)
(stop)
```## Inspirations
* [Syntorial](http://www.syntorial.com/)
* [Calvin Harris "Lets Go"](https://www.youtube.com/watch?v=wtGtnshXIU0)
* [Ellie Goulding "Lights"](https://www.youtube.com/watch?v=A_TiZhgQ9Fw)## License
Copyright © 2015 Piotr Jagielski
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.