/harmonic-mixing

A reference tool for harmonic mixing

Primary LanguageJavaScript

Harmonic Mixing

A JavaScript tool to help you find music while djing

Development

Setup

  • npm install to install the dependencies

Development

  • npm run dev to start the dev environment
  • npm run build to get a production build
  • npm run test to run the Jest unit tests in watch mode

Tests

  • npm run ci to run the Jest unit tests & generate a code coverage report
  • npm run coverage to see the code coverage report

Todo

  • Tests!
  • Add natural key representation
  • Add Traktor key representation

Things picked up along the way