An open API service indexing awesome lists of open source software.

https://github.com/max-vogler/midi

Playing around with Web MIDI and DJ software. 🥁 🎛️ 🎧
https://github.com/max-vogler/midi

dj html5 javascript midi traktor-pro webmidi

Last synced: 16 days ago
JSON representation

Playing around with Web MIDI and DJ software. 🥁 🎛️ 🎧

Awesome Lists containing this project

README

        

# WebMIDI Playground
Play around with these experiments at [midi.maxvogler.de](http://midi.maxvogler.de).

## `VIZ`


[`/viz`](./viz) visualizes MIDI beat clock signals by rendering a pulsating animation. [More…](./viz)

## `TOUCH`


[`/touch`](./touch) uses touch input to control music effects. [More…](./touch)

## `GATEWAY`


[`/gateway`](./gateway) forwards MIDI to another device via WebRTC. [More…](./gateway)

## `CONTROLLER`


[`/controller`](./controller) translates Gamepad inputs to MIDI messages. [More…](./controller)

## `HANDPOSE`


[`/handpose`](./handpose) uses hand gestures to generate MIDI messages. [More…](./handpose)

## `LATENCY`


[`/latency`](./latency) measures the end-to-end latency of a loopback device. [More…](./latency)