https://github.com/prior99/midi-strip-client
Convert MIDI input data to RGB and send it to an LED strip using a websocket.
https://github.com/prior99/midi-strip-client
Last synced: over 1 year ago
JSON representation
Convert MIDI input data to RGB and send it to an LED strip using a websocket.
- Host: GitHub
- URL: https://github.com/prior99/midi-strip-client
- Owner: Prior99
- Created: 2018-10-01T11:33:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-02T21:39:14.000Z (over 7 years ago)
- Last Synced: 2025-01-22T02:44:17.170Z (over 1 year ago)
- Language: Rust
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# midi-strip-client
A client meant to be used with [led-strip-server](https://github.com/Prior99/led-strip-server).
It processes MIDI input and converts it to RGB color by using the note and velocity.
The color will then be sent to the LED strip live.
## Usage
List all MIDI devices and use their IDs to select the MIDI device to listen on.
```
midi-strip-client midi-devices
midi-strip-client start --url ws://url-to-server --midi 1
```
## Building
Build the project as usual with cargo:
```
cargo build --release
```
## Contributors
- Frederick Gnodtke