Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 481 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 481 Bytes

rbkey-midi

A Rock Band keyboard (Wii only, at the moment) to MIDI bridge built on Node.js.

Instructions:

  1. Install Node.js (http://nodejs.org)

  2. You probably need Python (version 2.7.2 at least) and git installed and on your PATH

  3. a. You might need Visual Studio (Express C++) if you're on Windows
    b. Or libudev-dev if you're on Linux

  4. Run

      $ npm install -g rbkey-midi
    

    to install, and after that

      $ rbkey-midi
    

    to run the program!