midicopter
v1.0.0-alpha
Published
fly a drone using midi
Downloads
4
Readme
MidiCoptor
**WORK IN PROGRESS DOESN'T DO MUCH YET **
What?
Fly a drone using your synthesizer
How?
You'll need a drone and a midi keyboard.
Plug in your keyboard.
Connect your laptop to the drone’s WiFi.
Install:
npm install midicopter
;
Require
var MidiCoptor = require('midicopter');
Start
MidiCoptor();
Hit middle C on your keyboard, you should hear the note and YOUR DRONE WILL TAKE OFF.
That's it for now, I plan on adding some more controls later. A way to stop the drone is urgently required. PRs welcome.