Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ronkot/ks-guitar-synth
Karplus-Strong Guitar synthesizer
https://github.com/ronkot/ks-guitar-synth
guitar javascript karplus-strong music synthesis synthesizer web-audio web-audio-api webaudio webaudio-api webaudioapi
Last synced: 3 months ago
JSON representation
Karplus-Strong Guitar synthesizer
- Host: GitHub
- URL: https://github.com/ronkot/ks-guitar-synth
- Owner: ronkot
- License: mit
- Created: 2018-04-10T04:10:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T06:09:11.000Z (over 6 years ago)
- Last Synced: 2024-07-05T19:18:33.488Z (4 months ago)
- Topics: guitar, javascript, karplus-strong, music, synthesis, synthesizer, web-audio, web-audio-api, webaudio, webaudio-api, webaudioapi
- Language: JavaScript
- Size: 24.4 KB
- Stars: 4
- 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-synth - guitair synth, using [Karplus-Strong](http://en.wikipedia.org/wiki/Karplus%E2%80%93Strong_string_synthesis) algorithm. See [ks-guitar](https://github.com/ronkot/ks-guitar) for UI. (MIDI instruments / Synths)
README
# Karplus-Strong Guitar Synthesizator ๐ถ
Javascript guitar for your cool music project in a nice npm package! It's simple and yet nice sounding - have a look!
Synthesization uses [Karplus-Strong](http://en.wikipedia.org/wiki/KarplusโStrong_string_synthesis) algorithm that is super simple and yet nice sounding.
To see example of usage, see my [ks-guitar](https://github.com/ronkot/ks-guitar) project.
## Installing ๐ฟ
`npm install --save ks-guitar-synth`
## Developing ๐ค
```
npm install
npm start
```## Upcoming features ๐
**PRs warmly welcome! ๐๐พ**
- Better sound (a bit of stereo spread etc..)
- Allow plugging guitar as a part of Web Audio node graph
- Use Web Audio Worklets instead of ScriptProcessorNode
- Use Web Audio `currentTime` for accurate timing
- Interface for plucking sequences## License ยฉ๏ธ
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details