Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a-cordier/nsc-synth
synthetiser made with processing and the minim library
https://github.com/a-cordier/nsc-synth
Last synced: 14 days ago
JSON representation
synthetiser made with processing and the minim library
- Host: GitHub
- URL: https://github.com/a-cordier/nsc-synth
- Owner: a-cordier
- Created: 2015-04-22T15:36:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-09T19:06:55.000Z (over 9 years ago)
- Last Synced: 2024-10-10T20:58:46.260Z (about 1 month ago)
- Language: Java
- Homepage:
- Size: 238 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NSC SYNTH
This is an attempt to build a sound synthetiser with the minim processing library and controlP5
![](http://a-cordier.github.io/nsc/img/nsc.png)
## download
http://a-cordier.github.io/nsc/jar/nsc.jar
## dependencies
### external
https://processing.org/
http://www.sojamo.de/libraries/controlP5/
http://code.compartmental.net/tools/minim/
### internal
https://github.com/a-cordier/processing-commons
https://github.com/a-cordier/minimidim
## Javadoc
http://a-cordier.github.io/nsc/javadoc/
## design
![](http://a-cordier.github.io/nsc/diagrams/nsc-mvc.png)