log Agent.cpp @ 37:1f175ae200a6 tip

age author description
Tue, 03 Sep 2013 17:32:09 +0100 Chris Cannam Expose the processing parameters Simon suggests
Fri, 14 Oct 2011 10:44:38 +0100 Chris Cannam Fix crashes & valgrind warnings in plugin tester
Wed, 12 Oct 2011 17:01:57 +0100 Chris Cannam Allocate Agents separately on the heap and make AgentList contain pointers only (much quicker)
Wed, 12 Oct 2011 10:55:52 +0100 Chris Cannam refactor: pull method implementations into .cpp files
Thu, 06 Oct 2011 18:37:50 +0100 Chris Cannam Fixes to beat insertion in Agent. We get plausible results now, but there's probably quite a lot still to do.
Thu, 06 Oct 2011 15:21:03 +0100 Chris Cannam Debug output, and some actual debugging... getting there.
Fri, 30 Sep 2011 15:39:17 +0100 Chris Cannam Many fixes. This now compiles and passes the plugin tester, but I don't expect it produces any results yet.
Fri, 30 Sep 2011 11:37:25 +0100 Chris Cannam Add agent list class, and continue plodding through
Tue, 27 Sep 2011 18:37:01 +0100 Chris Cannam Introduce a number of new classes derived from the Java