Pluck a virual string in your web browser.
Generates the sound of a plucked string with the Karplus-Strong string synthesis algorithm.
Implemented as an AudioWorket for Web Audio API.
Install dependencies.
npm install
Run the app locally.
npm start
-
npm start
- Runs the app in the development mode. -
npm test
- Launches the test runner in the interactive watch mode. -
npm run build
- Builds the app for production to thebuild
folder. -
npm run lint
- Fixes lint errors.