From 49ed3d2e3e4ed8385e8c007c334c01c65cd3acfe Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 5 Jun 2013 16:00:54 +0100 Subject: switch back to floats --- rotord/vampHost.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rotord/vampHost.h') diff --git a/rotord/vampHost.h b/rotord/vampHost.h index fbf5228..d1dfc81 100644 --- a/rotord/vampHost.h +++ b/rotord/vampHost.h @@ -60,7 +60,7 @@ namespace vampHost { void process_frame(uint8_t *data,int samples_in_frame); void cleanup(); - map features; + map features; //map //this is the best way to store features: because map allows to search for the key below and above the present time -- cgit v1.2.3