An open API service indexing awesome lists of open source software.

https://github.com/uiur/midi-hue

Controll hue lights with a dj controller using Web MIDI API
https://github.com/uiur/midi-hue

Last synced: 3 months ago
JSON representation

Controll hue lights with a dj controller using Web MIDI API

Awesome Lists containing this project

README

        

This demo controls philips hue with a dj controller using Web MIDI API.

![](https://i.gyazo.com/44a603f9b46803308e998100db677e69.jpg)

I tried [web-midi-api](https://www.npmjs.com/package/web-midi-api) shim to use Web MIDI API in node.js, not in browser. But it doesn't work. So this demo uses electron via [electron-spawn](https://github.com/maxogden/electron-spawn).