commit 90ba0321f7cef41d331cbe9f9b120b58c0cd980e
parent ea22a055b1e691e7f333c23b17231e5d77d6e217
Author: CarlSouthall <[email protected]>
Date: Mon, 3 Jul 2017 22:42:30 +0100
usage update
Diffstat:
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/usage.md b/usage.md
@@ -12,20 +12,23 @@ Output: kick, snare, hihat onsets in seconds.
###Command line
- ADTBDRNN [-h] [-os {time,instrument}] [-od OD] [-p {yes,no}] [-ot {yes,no}] [I [I ...]]
+ ADT [-h] [-od {None,dir}] [-o {yes,no}] [-ot {yes,no}] [I [I ...]]
| Flag | Name | Description | Default setting |
| ---- | ------- | ----- | ------ |
| -h | help | displays help file | n/a |
-| -os | output_sort | defines configuration of the output | time |
-| -od | output_dir | location output textfiles are saved | current|
-| -p | print | defines whether the output is displayed in the terminal or not | yes|
-| -ot | output_text | defines whether the ouput is stored in a textfile or not | yes|
+| -od | output_dir | location output textfiles are saved | None |
+| -o | output_text | defines whether the output is stored in a textfile or not | yes |
+| -ot | output_tab | defines whether a tabulature is created and saved to a pdf | yes|
| I | input_file_names| single or list of wav file names seperated by spaces | n/a |
#####Examples
- ADTBDRNN DrumFile.wav
+ ADT Drum.wav
+
+ ADT Drum.wav Drum1.wav Drum2.wav
+
+ ADT -od ~/Desktop -o no -ot yes Drum.wav Drum1.wav Drum2.wav
Output ordered by time printed to a text file in current directory and printed in terminal