# HG changeset patch # User Adam Stark # Date 1416576414 0 # Node ID 7d3622243e9adc2629e70720b327cab409cf20ef # Parent 400907e3eb27a3c365e59488d5834c8cdc3623a1 Updated README diff -r 400907e3eb27 -r 7d3622243e9a README.md --- a/README.md Fri Nov 21 13:23:11 2014 +0000 +++ b/README.md Fri Nov 21 13:26:54 2014 +0000 @@ -1,7 +1,7 @@ BTrack - A Real-Time Beat Tracker ================================= -** Version 1.0.0 ** +** Version 1.0.1 ** *by Adam Stark, Matthew Davies and Mark Plumbley.* @@ -21,6 +21,11 @@ Versions -------- +==== 1.0.1 ==== (24th November 2014) + +* Moved to git & updated README +* No implementation changes + ==== 1.0.0 ==== (8th July 2014) * Many updates to stability and improvements to implementation @@ -85,7 +90,7 @@ **STEP 3.2 - Onset Detection Function Input** -The algorithm can process onset detection function samples. Given a double precision onset detection function sample called 'newSamples', at each step, call: +The algorithm can process onset detection function samples. Given a double precision onset detection function sample called 'newSample', at each step, call: b.processOnsetDetectionFunctionSample(newSample);