Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ronkot/ks-guitar
Karplus-Strong Guitar
https://github.com/ronkot/ks-guitar
guitar javascript synthesis synthesizer web-audio web-audio-api webaudio webaudio-api webaudioapi
Last synced: 25 days ago
JSON representation
Karplus-Strong Guitar
- Host: GitHub
- URL: https://github.com/ronkot/ks-guitar
- Owner: ronkot
- License: mit
- Created: 2018-04-11T06:03:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T06:16:58.000Z (over 6 years ago)
- Last Synced: 2024-08-03T16:09:56.270Z (4 months ago)
- Topics: guitar, javascript, synthesis, synthesizer, web-audio, web-audio-api, webaudio, webaudio-api, webaudioapi
- Language: JavaScript
- Size: 51.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-javascript-audio - ronkot/ks-guitar - play chords with keyboard keys, and strum with up/down keys (MIDI instruments / Guitar)
README
# KSGuitar 🎶
Javascript guitar synthesizer with keyboard controls. Play [here](https://ronkot.github.io/ks-guitar/)
KSGuitar uses [Karplus-Strong](http://en.wikipedia.org/wiki/Karplus–Strong_string_synthesis) synthetization algorithm from my [ks-guitar-synth](https://github.com/ronkot/ks-guitar-synth) module.
## Developing 🤓
```
npm install
npm start
```## License ©️
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details