summaryrefslogtreecommitdiff
path: root/rotord/src/vampHost.h
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-12-09 01:53:14 +0000
committerComment <tim@gray.(none)>2013-12-09 01:53:14 +0000
commit08e7c5e59b5a7bfecb60ec98bfa191629d522ec8 (patch)
tree95ee80e1c6b4ef9d4f927676d91ebaa128d06bfe /rotord/src/vampHost.h
parent1d05d2380bb4f1fd265aef55744f432af38b08aa (diff)
audio analysis segments output fix
Diffstat (limited to 'rotord/src/vampHost.h')
-rw-r--r--rotord/src/vampHost.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/vampHost.h b/rotord/src/vampHost.h
index e44e981..a8b0bbb 100644
--- a/rotord/src/vampHost.h
+++ b/rotord/src/vampHost.h
@@ -66,7 +66,7 @@ namespace vampHost {
void cleanup();
double get_value(const double &time);
//map<double,int> features;
- map<float,feature> features;
+ map<double,feature> features;
//map<time,featureNo>
//this is the best way to store features: because map allows to search for the key below and above the present time