An open API service indexing awesome lists of open source software.

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.

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.

![mario paint screenshot](https://s3-us-west-2.amazonaws.com/s.cdpn.io/212131/mario-paint-scrnsht.jpg)

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