Mercurial > hg > btrack
changeset 75:7d3622243e9a
Updated README
author | Adam Stark <adamstark.uk@gmail.com> |
---|---|
date | Fri, 21 Nov 2014 13:26:54 +0000 |
parents | 400907e3eb27 |
children | 73855a26a0e0 866024f9f95a |
files | README.md |
diffstat | 1 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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);