Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hexadecimal233/midi-visualizer
🎵 A 2D MIDI visualizer written in Rust.
https://github.com/hexadecimal233/midi-visualizer
Last synced: 6 days 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 (5 months ago)
- Default Branch: master
- Last Pushed: 2024-10-02T02:14:42.000Z (4 months ago)
- Last Synced: 2024-11-18T13:51:03.377Z (2 months ago)
- Language: Rust
- Homepage:
- Size: 334 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- 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)![](./screenshot.png)
# 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
```