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. 🥁 🎛️ 🎧
- Host: GitHub
- URL: https://github.com/max-vogler/midi
- Owner: max-vogler
- License: mit
- Created: 2020-04-14T22:15:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-09T23:04:12.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T00:41:47.528Z (about 1 month ago)
- Topics: dj, html5, javascript, midi, traktor-pro, webmidi
- Language: JavaScript
- Homepage: https://midi.maxvogler.de
- Size: 9.43 MB
- Stars: 45
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)