Mercurial > hg > btrack
annotate README.md @ 8:53e35af84e9e develop
More README updates
author | Adam <adamstark.uk@gmail.com> |
---|---|
date | Tue, 21 Jan 2014 01:44:18 +0000 |
parents | bfbc0999bf1c |
children | deb49a2590f3 bb3803edaa17 |
rev | line source |
---|---|
adamstark@0 | 1 BTrack - A Real-Time Beat Tracker |
adamstark@0 | 2 ================================= |
adamstark@0 | 3 |
adamstark@7 | 4 ** Version 0.9 ** |
adamstark@7 | 5 |
adamstark@7 | 6 *by Adam Stark, Matthew Davies and Mark Plumbley.* |
adamstark@7 | 7 |
adamstark@7 | 8 |
adamstark@7 | 9 About BTrack |
adamstark@7 | 10 ------------ |
adamstark@7 | 11 |
adamstark@7 | 12 BTrack is a causal beat tracking algorithm intended for real-time use. It is implemented in C++ with a wrapper for Python. |
adamstark@7 | 13 |
adamstark@7 | 14 Full details of the working of the algorithm can be found in: |
adamstark@7 | 15 |
adamstark@7 | 16 * Musicians and Machines: Bridging the Semantic Gap in Live Performance, Chapter 3, A. M. Stark, PhD Thesis, Queen Mary, University of London, 2011. |
adamstark@7 | 17 |
adamstark@7 | 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. |
adamstark@7 | 19 |
adamstark@7 | 20 |
adamstark@8 | 21 Versions |
adamstark@8 | 22 -------- |
adamstark@8 | 23 |
adamstark@8 | 24 ==== 0.9 ==== |
adamstark@8 | 25 |
adamstark@8 | 26 * This is the original version of the BTrack algorithm |
adamstark@8 | 27 |
adamstark@8 | 28 |
adamstark@8 | 29 |
adamstark@7 | 30 License |
adamstark@7 | 31 ------- |
adamstark@7 | 32 |
adamstark@7 | 33 BTrack is made available under the GNU General Public License, version 3. Please see the included LICENSE.txt for more details. |