diff --git a/README.md b/README.md index 804e9da..06df4ea 100644 --- a/README.md +++ b/README.md @@ -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