I think that the tempogram max lag can't exceed the window length - 1, rather than the window length, because it is used as an index into a vector of the window length
 | author | Chris Cannam | 
 | date | Thu, 25 Sep 2014 18:42:35 +0100 | 
 | parents | 15f8fb95eb4d | 
 | children |  | 
 | rev | line source | 
  
| Chris@38 | 1 | 
| Chris@38 | 2 Vamp Tempogram Plugin | 
| Chris@38 | 3 --------------------- | 
| Chris@38 | 4 | 
| Chris@38 | 5 A Vamp plugin implementation of the tempogram and cyclic tempogram | 
| Chris@38 | 6 features described in Grosche, Müller, and Kurth 2010, providing a | 
| Chris@38 | 7 robust mid-level representation that encodes local tempo information. | 
| Chris@38 | 8 | 
| Chris@38 | 9 Plugin written by Carl Bussey, copyright 2014 Queen Mary University of | 
| Chris@38 | 10 London. Provided under the GNU General Public License. See the file | 
| Chris@38 | 11 COPYING for licence details and CITATION for details of the | 
| Chris@38 | 12 publication to cite if you are making use of this in academic work. | 
| Chris@38 | 13 |