Skip to content
/ Blocks Public

Interactive ML-supported drum beat generator

License

Notifications You must be signed in to change notification settings

jacbz/Blocks

Repository files navigation

Blocks

Blocks is a machine learning-supported interactive drum beat generator that runs in the browser. Each Block contains a two-measure drumbeat, and can be chained with other blocks and manipulated in various ways.

Getting started

The project is built with Webpack.

  1. Install dependencies with npm install
  2. Run npm run serve (to start the development server) or npm run build (to build a distributable version into the dist folder)