Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-25 | Actually produce some valid midi output. | 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-14 | I'm stupid. | Chris Xiong | |
2022-11-12 | All original IT effects in portmod. Handle S6x in timing code. | Chris Xiong | |
2022-11-10 | Handle timing effects. Shitton of changes to make it compile. | Chris Xiong | |
Also redesigned some shit just in case I want to reuse the code for a tracker module playback engine. |