Mercurial > hg > btrack
comparison README.md @ 12:c87f667abd68 master v0.9.0
flow: Merged <release> 'v0.9.0' to <master> ('master').
author | Adam <adamstark.uk@gmail.com> |
---|---|
date | Tue, 21 Jan 2014 01:45:36 +0000 |
parents | 53e35af84e9e |
children | deb49a2590f3 bb3803edaa17 |
comparison
equal
deleted
inserted
replaced
2:6e3f541ef1a8 | 12:c87f667abd68 |
---|---|
1 BTrack - A Real-Time Beat Tracker | 1 BTrack - A Real-Time Beat Tracker |
2 ================================= | 2 ================================= |
3 | 3 |
4 ** Version 0.9 ** | 4 ** Version 0.9 ** |
5 | |
6 *by Adam Stark, Matthew Davies and Mark Plumbley.* | |
7 | |
8 | |
9 About BTrack | |
10 ------------ | |
11 | |
12 BTrack is a causal beat tracking algorithm intended for real-time use. It is implemented in C++ with a wrapper for Python. | |
13 | |
14 Full details of the working of the algorithm can be found in: | |
15 | |
16 * Musicians and Machines: Bridging the Semantic Gap in Live Performance, Chapter 3, A. M. Stark, PhD Thesis, Queen Mary, University of London, 2011. | |
17 | |
18 * Real-Time Beat-Synchronous Analysis of Musical Audio, A. M. Stark, M. E. P. Davies and M. D. Plumbley. In Proceedings of the 12th International Conference on Digital Audio Effects (DAFx-09), Como, Italy, September 1-4, 2009. | |
19 | |
20 | |
21 Versions | |
22 -------- | |
23 | |
24 ==== 0.9 ==== | |
25 | |
26 * This is the original version of the BTrack algorithm | |
27 | |
28 | |
29 | |
30 License | |
31 ------- | |
32 | |
33 BTrack is made available under the GNU General Public License, version 3. Please see the included LICENSE.txt for more details. |