diff options
author | Chris Xiong <chirs241097@gmail.com> | 2022-11-23 12:53:37 -0500 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2022-11-23 12:53:37 -0500 |
commit | 736033237b41f91bcc093c06780e47c4ad5febaa (patch) | |
tree | 8fa1cd0ae0b659a5bb5993d3d84f06ed116683a5 /src/main.rs | |
parent | 5405aea1f7dc629626b39e480ba459b5037af7f2 (diff) | |
download | it2midi-736033237b41f91bcc093c06780e47c4ad5febaa.tar.xz |
AAAArgh finally we read IT timing info.
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index ff3c025..0b76033 100644 --- a/src/main.rs +++ b/src/main.rs @@ -5,7 +5,7 @@ mod convert; mod utils; fn main() -> Result<(), itfile::Error> { - match itfile::load("/home/chrisoft/Music/mods/rr_e.it") + match itfile::load("/home/chrisoft/Music/mods/p/rr_e.it") { Ok(f) => { |