Update README.md

This commit is contained in:
Minki 2024-01-02 20:06:01 +00:00
parent 75f9938727
commit 0af3446706

View File

@ -19,12 +19,12 @@ Assuming `python3` is already installed, you can use the following command to in
pip3 install csv numpy sounddevice
```
After that, simply run `python3 offitracker.py` and enjoy.
After that, simply run `python3 offitracker.py` and enjoy. The command can also take a path to a file as a parameter if you wish to use your shells autocompletion.
____
Examples can be found in the `example` folder.
A utility for converting midi files to csv can be found in the utility folder (monophonic only).
For usage information, check the contents of the `offitracker.py` file