diff host/vamp-simple-host.cpp @ 320:97387af51350

Patch from Dan Stowell: print label as well as values
author Chris Cannam
date Tue, 23 Aug 2011 16:18:13 +0100
parents 2ed36547e1bf
children 8cab5a0198d6
line wrap: on
line diff
--- a/host/vamp-simple-host.cpp	Thu Aug 18 12:43:01 2011 +0100
+++ b/host/vamp-simple-host.cpp	Tue Aug 23 16:18:13 2011 +0100
@@ -537,6 +537,7 @@
         for (unsigned int j = 0; j < features[output][i].values.size(); ++j) {
             (out ? *out : cout) << " " << features[output][i].values[j];
         }
+        (out ? *out : cout) << " " << features[output][i].label;
 
         (out ? *out : cout) << endl;
     }