aboutsummaryrefslogtreecommitdiff
path: root/src/utils.rs
AgeCommit message (Collapse)Author
2022-12-21Convert tempo effects.Gravatar Chris Xiong
Introducing an it2midi-specific swing on/off command to aid real bpm calculation when legacy swing technique is used in the file.
2022-11-25Actually produce some valid midi output.Gravatar Chris Xiong
Major restructure in the IT player: No more custom trait objects, let's just use closures instead... Basic note handling. Fixes to the midi file modules so the output is now valid. Other fixes to appease the Rust Gods. Current converter handles no IT effects (except timing effects like Axx, Bxx, Cxx, SBx and SEx, as those are handled as a part of the player). But this is a start.
2022-11-14Initial midi timing stuff. Operator overload for Rational.Gravatar Chris Xiong
2022-11-07(internal) initial commitGravatar Chris Xiong