commit 8e429f38736e7c8ef94e06314eaa1d1ac7dd30fe
parent f265dc4f92507112ef1b3162d4ce8cd3b8a6babb
Author: CarlSouthall <[email protected]>
Date: Wed, 17 Jan 2018 17:39:08 +0000
Typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usage.md b/usage.md
@@ -71,7 +71,7 @@ Perform ADT on multiple audio files from different directories. Creates a drum t
```Python
from ADTLib import ADTDT
-Onsets, ActivationFunctions=ADT(['Drum.wav'], output_act='yes')
+[Onsets, ActivationFunctions]=ADT(['Drum.wav'], output_act='yes')
```
Perform ADT on a single audio file. Saves onset times to a .txt file in the current directory. Creates a drum tabulature and saves it as a pdf in the current directory. Returns onset times per instrument and activation functions per track, per instrument.