From 0af34467062200be63bbb98e0a7e6efc147c3a69 Mon Sep 17 00:00:00 2001 From: Minki Date: Tue, 2 Jan 2024 20:06:01 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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