Skip to content

Latest commit

 

History

History
executable file
·
35 lines (22 loc) · 852 Bytes

README.md

File metadata and controls

executable file
·
35 lines (22 loc) · 852 Bytes

example-gamepad-drum-machine

A drum machine of 808 samples controlled using the Gamepad API. Note that the directional pads do not have samples assigned to them. Maybe you want to change this?

Installing and building

Clone the repository, and then copy the files to your own folder and initialise your own git repository.

Install build dependencies, etc with:

npm install

To build a bundle for the demo:

gulp

Demo files will be placed in build/. Open build/index.html to access the demo.