Mercurial > hg > qm-vamp-plugins
diff plugins/BeatTrack.cpp @ 52:4fe04e706839
* Add some descriptions etc
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Wed, 30 Jan 2008 13:33:23 +0000 |
parents | df7a0bc46592 |
children | 2631d0b3d7eb |
line wrap: on
line diff
--- a/plugins/BeatTrack.cpp Wed Jan 30 12:42:04 2008 +0000 +++ b/plugins/BeatTrack.cpp Wed Jan 30 13:33:23 2008 +0000 @@ -219,7 +219,9 @@ { size_t theoretical = getPreferredStepSize() * 2; - //!!! need power of 2 + // I think this is not necessarily going to be a power of two, and + // the host might have a problem with that, but I'm not sure we + // can do much about it here return theoretical; }