https://github.com/hexadecimal233/midi-visualizer
🎵 A 2D MIDI visualizer written in Rust.
https://github.com/hexadecimal233/midi-visualizer
Last synced: 3 months ago
JSON representation
🎵 A 2D MIDI visualizer written in Rust.
- Host: GitHub
- URL: https://github.com/hexadecimal233/midi-visualizer
- Owner: hexadecimal233
- Created: 2024-08-20T11:18:42.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-10-02T02:14:42.000Z (9 months ago)
- Last Synced: 2025-03-29T11:23:29.987Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 334 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# midi-visualizer
🎵 A 2D MIDI visualizer written in Rust.
# Features
- 2D visualization of MIDI files
- Indicator
- Built-in synthesizer
- Fully Configurable
- Multiple channels = Multiple colors!
- TODO: Export to video (Requires FFmpeg)
# Usage
TBA
# Prerequisites
- SDL2 (https://github.com/libsdl-org/SDL/releases/tag/release-2.30.6)
> You can find how to install SDL2 for rust here:
**OR**
Run:
```bash
cargo vcpkg build
```