Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 380 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 380 Bytes

Music Cube Visualizer

HTML-based frontend for the Music Cube.

Setup

  • Clone the core music cube project and place it in a sibling directory to this one.
  • Run yarn to install dependencies.
  • Run yarn start to start the app.

TODO

  • Implement a 3d visualization.
  • Implement a better audio engine, to keep loops in sync.