Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 564 Bytes

File metadata and controls

12 lines (9 loc) · 564 Bytes

midi-control

Modular MIDI controller and routing app. Prototype project for BA 2017 @ Beuth University of Applied Science.

Requiments to run in development mode:

Node package manager (npm) is required to install dependencies and compile the app.

  1. Clone or download branch.
  2. Run npm install in /midi-control-app directory.
  3. Run npm install in /midi-control-electron directory.
  4. Run npm start in /midi-control-app directory.
  5. Wait until Webpack has compiled successfully and then run npm start in /midi-control-electron directory.