Visualize MIDI Input as Firework
Video:
- Download or clone
- Open index.html (Chrome)
- Open Console (F12) and search your input device (Digital Piano at this example)
INPUTS - Type: useMidiIn(id)
ID: input-0 Name:Digital Piano
ID: input-1 Name:loopMIDI Port
- Type in console: useMidiIn(id)! (Replace id with your device Id. In this example: useMidiIn("input-0")
Done!
- You can use more than one Input device
- You can pipe the input to an output device to use the midi on a second software
- Install LoopMIDI
- Refresh browser and passThroughMidiOut(id) with the correct ID