Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mazbox/noisebox
audio synth for raspberry pi
https://github.com/mazbox/noisebox
Last synced: 18 days ago
JSON representation
audio synth for raspberry pi
- Host: GitHub
- URL: https://github.com/mazbox/noisebox
- Owner: mazbox
- Created: 2012-05-15T21:53:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-15T22:03:29.000Z (over 12 years ago)
- Last Synced: 2024-07-31T22:43:39.064Z (3 months ago)
- Language: C++
- Size: 172 KB
- Stars: 24
- Watchers: 6
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
noisebox - a synth for the raspberry pi (and Akai LPD8)
This should work with the debian squeeze distro for raspberry pi.
the only thing you need to install is libasound2-dev, which you can do by typing
sudo apt-get install libasound2-dev
into your raspberry pi's terminal.
to make it, cd into the folder, and type "make"
Let me know if there's any problems!