Giter Club home page Giter Club logo

Comments (1)

EMCP avatar EMCP commented on July 30, 2024

a LOOONG time ago I looked at this project, and hacked it back together and got it working with my own mini dataset... since then, 2 years have passed... so what I am saying is.. this will likely not work but it's the latest version that worked when I was running this 2 years back...

try this in your package.json instead

{
  "name": "drums",
  "version": "1.0.0",
  "description": "The Infinite Drum Machine",
  "main": "build/Main.js",
  "license": "CC0-1.0",
  "scripts": {
    "start": "webpack-dev-server",
    "build": "webpack"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/googlecreativelab/aiexperiments-drum-machine"
  },
  "dependencies": {
    "autoprefixer-loader": "^3.2.0",
    "domready": "^1.0.8",
    "file-loader": "^0.9.0",
    "jshint": "^2.9.1",
    "jshint-loader": "^0.8.3",
    "json-loader": "^0.5.4",
    "node-sass": "^3.4.2",
    "sass-loader": "^3.2.0",
    "style-loader": "^0.13.0",
    "tone": "^0.8.0",
    "webpack": "^1.12.14"
  },
  "devDependencies": {
    "css-loader": "^0.23.1",
    "exports-loader": "^0.6.3",
    "imports-loader": "^0.6.5",
    "perlin-simplex": "0.0.2",
    "rtree": "^1.4.2",
    "stats.js": "^0.16.0",
    "three": "^0.75.0",
    "tone": "^0.7.1",
    "tween.js": "^16.3.4",
    "webpack": "^2.1.0-beta.22",
    "webpack-dev-server": "^1.16.4"
  }
}

from aiexperiments-drum-machine.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.