Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chartbeat-labs/cljtone-bass
Sampled Bass Guitar Library for Overtone
https://github.com/chartbeat-labs/cljtone-bass
Last synced: about 2 months ago
JSON representation
Sampled Bass Guitar Library for Overtone
- Host: GitHub
- URL: https://github.com/chartbeat-labs/cljtone-bass
- Owner: chartbeat-labs
- License: other
- Created: 2015-10-03T15:18:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-03T15:37:22.000Z (about 9 years ago)
- Last Synced: 2024-10-19T03:17:58.741Z (2 months ago)
- Language: Clojure
- Size: 125 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cljtone-bass
A library for a sampled bass-guitar in overtone.
This was made during a hackweek project at Chartbeat. A group of us wanted to play with overtone because we love music and we love clojure (or at least wanted to get more experience with clojure...). Overtone is a great library for exploring both.
I was playing with the jazz sample project in overtone and was extremely disappointed by how weak the bass lines sounded while the drums were so awesome.
Poking around the overtone source code I found the [other sampled instruments](https://github.com/overtone/overtone/blob/master/src/overtone/samples/piano.clj) in the overtone library and decided to find a good sampled bass guitar. The samples are recorded mezzo-forte and I think they're great.I'd like to extend this into a library for adding other instrument samples. It's actually very straight forward, the hardest part is finding the samples and sed/awk/sh foo to make a list of the freesound sample ids.
## Usage
use the cljtone.bassguitar.sampled-bass !
## License
Copyright © 2015 Chartbeat
MIT License. Go ahead. Enjoy.