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
- Host: GitHub
- URL: https://github.com/uiur/midi-hue
- Owner: uiur
- Created: 2016-08-14T13:02:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-14T13:38:23.000Z (almost 9 years ago)
- Last Synced: 2025-01-14T17:16:31.874Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This demo controls philips hue with a dj controller using Web MIDI API.

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).