Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.56 KB

README.md

File metadata and controls

56 lines (36 loc) · 1.56 KB

Ember Piano Keyboard

piano screenshot

Demo

This Ember app uses the Web Audio API to create an interactive piano keyboard. The keyboard works on mobile as well as desktop.

Features include:

  • Computer keyboard key bindings on desktop
  • Toggle between different keyboard types
  • Toggle between scroll mode and glissando mode

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone https://github.com/brandynbennett/piano-keyboard.git this repository
  • cd piano-keyboard
  • npm install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Further Reading / Useful Links