Skip to content

Latest commit

 

History

History
executable file
·
25 lines (18 loc) · 847 Bytes

README.md

File metadata and controls

executable file
·
25 lines (18 loc) · 847 Bytes

Earscape

Generate a random twelve-tone melody with sheet music. Checkout the app at https://allen-garvey.github.io/earscape

Dependencies

  • PHP 5.6.* or higher
  • jQuery 2.1.4
  • Gulp 3.9.* or higher
  • Band.js (to play melody)
  • Vextab (to generate sheet music)
  • Evil Icons
  • NPM to install packages
  • Sass to compile Scss source files

Getting Started

  • cd into downloaded project directory
  • Type npm install to install dependencies
  • If you do not have Gulp installed type npm install gulp -g or sudo npm install gulp -g to install Gulp
  • Type gulp build to compile raw js files

License

Earscape is released under the MIT License. See license.txt for more details.