https://github.com/sjcobb/pokemon-paint
Web Audio API pitch shifter demo.
https://github.com/sjcobb/pokemon-paint
2d-game game-development javascript midi pokemon tonejs web-application web-audio-api web-development
Last synced: 3 months ago
JSON representation
Web Audio API pitch shifter demo.
- Host: GitHub
- URL: https://github.com/sjcobb/pokemon-paint
- Owner: sjcobb
- License: mit
- Created: 2016-09-30T00:05:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-06T03:42:33.000Z (about 8 years ago)
- Last Synced: 2025-02-02T09:41:34.497Z (5 months ago)
- Topics: 2d-game, game-development, javascript, midi, pokemon, tonejs, web-application, web-audio-api, web-development
- Language: JavaScript
- Homepage: https://sjcobb.github.io/pokemon-paint
- Size: 21.6 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pokemon Paint
https://sjcobb.github.io/pokemon-paint
## Overview
This was my first foray into learning Web Audio API. The bulk of the project involved applying a pitch shift function to an array of Pokemon "cries" and then building out a drag & drop musical staff UI.I have many ideas for features to add to Pokemon Paint (see Mario Paint screenshot), which I may return to.

### Credit
Thanks to mikolalysenko for his [pitch-shift](https://github.com/mikolalysenko/pitch-shift) examples.