Skip to content

Data MIDI Lab - A Node.js-based MIDI Controller and web frontend that allows you to generate MIDI notes and control data from arbitrary chunks of data

Notifications You must be signed in to change notification settings

motin/data-midi-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data MIDI Lab

A Node.js-based MIDI Controller and web frontend that allows you to generate MIDI notes and control data from arbitrary chunks of data.

Built on top of Matt Varone's Node.JS / Socket.IO / MIDI Keyboard.

How to Install

git clone https://github.com/motin/data-midi-lab.git -b develop
cd data-midi-lab
npm install
git submodule init
git submodule update
cd modules/teoria
npm install mingler
npm install jake -g
jake build
cd ../..
node app.js

Then open http://localhost:3001 in a browser.

License

This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/.

About

Data MIDI Lab - A Node.js-based MIDI Controller and web frontend that allows you to generate MIDI notes and control data from arbitrary chunks of data

Resources

Stars

Watchers

Forks

Packages

No packages published