1.0.0-alpha • Published 8 years ago

midicopter v1.0.0-alpha

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

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.