log

age author description
Thu, 28 Nov 2013 11:46:39 +0000 Chris Cannam Further tidying, compensate for latency in Vamp plugin
Thu, 28 Nov 2013 11:26:53 +0000 Chris Cannam Simplify
Thu, 28 Nov 2013 11:19:55 +0000 Chris Cannam Further latency adjustment
Thu, 28 Nov 2013 11:00:33 +0000 Chris Cannam Remove debug out
Thu, 28 Nov 2013 10:58:02 +0000 Chris Cannam We shouldn't need to compensate for max(latency)+max(drop) but for max(latency+drop); also the padding can be rounded to hop rather than fft size I think?
Thu, 28 Nov 2013 10:24:57 +0000 Chris Cannam Towards handling the hop alignment (which in the MATLAB is handled on output) at the input end
Wed, 27 Nov 2013 14:14:10 +0000 Chris Cannam concat (map ... ) -> concatMap