Crates.io | beatblox_midi |
lib.rs | beatblox_midi |
version | 0.3.0 |
source | src |
created_at | 2024-07-10 16:48:10.949801 |
updated_at | 2024-08-29 12:55:51.897248 |
description | This crate help with parsing data from .mid files and returns a format compatible with netsblox. |
homepage | |
repository | https://github.com/gb0808/beatblox_midi |
max_upload_size | |
id | 1298549 |
size | 39,062 |
This crate helps with parsing data from .mid files and returns a format compatible with netsblox.
0.3.0
Is able to parse both dupal and triple beats and can parse to different precisions.
0.3.0 - Triplet parsing now works. Sixtyfourth duration was removed. Only eight note triplets can be handled.
0.2.2 - Parsing now works with "fuzzy" data.
0.2.1 - Optimizations to parsing and better beat accuracy.