Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/modestimpala/rust-midi
A midi player in C# using DryWetMidi, made for the video-game Rust
https://github.com/modestimpala/rust-midi
Last synced: 3 days ago
JSON representation
A midi player in C# using DryWetMidi, made for the video-game Rust
- Host: GitHub
- URL: https://github.com/modestimpala/rust-midi
- Owner: modestimpala
- Created: 2022-01-24T01:33:43.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-04T04:52:33.000Z (5 months ago)
- Last Synced: 2024-11-10T14:44:45.612Z (2 months ago)
- Language: C#
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust-midi
A rust midi player in C# using DryWetMidi# Usage
To use you must have a virtual midi channel installed. I use loopMIDI. Make a channel named "rust" before using.
Then simply point the program to your midi folder and either select a file or click random file, then click play.
It will route the midi file through the virtual midi channel and your Rust instruments should play the song.
While playing, click the save icon to save a song to your favorites list. To play from the favorites,
ensure "Random File" is not checked and select a favorite then hit play.