Mercurial > hg > btrack
comparison README.md @ 35:42f873264634 develop
flow: Merged <release> '1.0.0' to <develop> ('develop').
author | Adam Stark <adamstark.uk@gmail.com> |
---|---|
date | Tue, 08 Jul 2014 12:32:26 +0100 |
parents | a90b187d6122 |
children |
comparison
equal
deleted
inserted
replaced
31:8f135e664398 | 35:42f873264634 |
---|---|
1 BTrack - A Real-Time Beat Tracker | 1 BTrack - A Real-Time Beat Tracker |
2 ================================= | 2 ================================= |
3 | 3 |
4 ** Version 0.9 ** | 4 ** Version 1.0.0 ** |
5 | 5 |
6 *by Adam Stark, Matthew Davies and Mark Plumbley.* | 6 *by Adam Stark, Matthew Davies and Mark Plumbley.* |
7 | 7 |
8 | 8 |
9 About BTrack | 9 About BTrack |
19 | 19 |
20 | 20 |
21 Versions | 21 Versions |
22 -------- | 22 -------- |
23 | 23 |
24 ==== 0.9 ==== | 24 ==== 1.0.0 ==== (8th July 2014) |
25 | |
26 * Many updates to stability and improvements to implementation | |
27 | |
28 ==== 0.9.0 ==== (circa 2008/2009) | |
25 | 29 |
26 * This is the original version of the BTrack algorithm | 30 * This is the original version of the BTrack algorithm |
27 | 31 |
28 | 32 |
29 | 33 |
89 | 93 |
90 if (b.beatDueInCurrentFrame()) | 94 if (b.beatDueInCurrentFrame()) |
91 { | 95 { |
92 // do something on the beat | 96 // do something on the beat |
93 } | 97 } |
98 | |
99 | |
100 License | |
101 ------- | |
102 | |
103 Copyright (c) 2014 Queen Mary University of London | |
104 | |
105 This program is free software: you can redistribute it and/or modify | |
106 it under the terms of the GNU General Public License as published by | |
107 the Free Software Foundation, either version 3 of the License, or | |
108 (at your option) any later version. | |
109 | |
110 This program is distributed in the hope that it will be useful, | |
111 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
112 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
113 GNU General Public License for more details. | |
114 | |
115 You should have received a copy of the GNU General Public License | |
116 along with this program. If not, see <http://www.gnu.org/licenses/>. |