Yes, that was a stupid one. Thanks for reporting it!
I've fixed it in Subversion (rev 907 at
https://vamp.svn.sourceforge.net/svnroot/vamp/vamp-libxtract-plugins/trunk). If you want to fix your local copy without retrieving a new one, this is the patch:
--- plugins/XTractPlugin.cpp (revision 906)
+++ plugins/XTractPlugin.cpp (working copy)
@@ -225,6 +225,7 @@
m_outputBinCount = 1; break;
}
+ m_outputDescriptors.clear();
setupOutputDescriptors();
m_initialised = true;
Of course, I will also push out a release with this fix soon.
Chris