Skip to content

Latest commit

 

History

History
88 lines (70 loc) · 3.27 KB

README.md

File metadata and controls

88 lines (70 loc) · 3.27 KB

Spooky Sounds

Entity Component System demo for playing spooky sounds.

Running

Just npm install and serve!

Required

  • A MIDI Controller
  • Chrome
  • A way to serve files (For example: python -m SimpleHTTPServer)

Credits!

Samples

This project depends on a lot of external samples that I didn't make, here's the who's who of spooky audio design:

Images

This project wouldn't be spooky without the cool Ghost Art Doll picture at pictures/ghost.png taken by flickr user Shain Erin and slightly modified by me.

MIDI Mappings

These are the midi mappings as of v1.0.1

MIDI Mappings

Ideas for Improvements

  • Create entities from a config! (Clean up the app)
  • Create an image bank for the ghost
  • Alter delay / reverb / velocity
  • ??? YOUR IDEA HERE ???