Granular synthesizer based on HTML5, JavaScript and Web Audio API.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them
npm install -D electron@latest
Required dependencies
npm install
Open index.html
file in your browser, or run command below to start desktop version (requires electron-js).
npm run electron
npm test
npm run coverage
Coverage report is located at /doc/index.html
.
Complete build (browserify + uglify)
npm run build
Browserify only
npm run browserify
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Juraj Onuska
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Ehsan Ziya - inspiration and code base for audio engine