UNPKG

monode

Version:

Toolkit for the monome and arc osc controllers

13 lines (9 loc) 218 B
(function() { var monome; monome = require('./monome')(); monome.on('connect', function(device) { return device.on('key', function(x, y, i) { return device.led(x, y, i); }); }); }).call(this);