diff options
| author | Comment <tim@gray.(none)> | 2013-12-08 09:57:25 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-12-08 09:57:25 +0000 |
| commit | e04516069c71a5a1e32e6a5fbf0eb5b86dcfc5a2 (patch) | |
| tree | bec01f63fb5306d6ec49eae870ed747594be5927 /rotord/src/vampHost.cpp | |
| parent | a647bc51ea9fd29623aba56246e85c51b923bbd9 (diff) | |
many signal fixes
Diffstat (limited to 'rotord/src/vampHost.cpp')
| -rw-r--r-- | rotord/src/vampHost.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/rotord/src/vampHost.cpp b/rotord/src/vampHost.cpp index 08984cf..e2b1e63 100644 --- a/rotord/src/vampHost.cpp +++ b/rotord/src/vampHost.cpp @@ -384,10 +384,10 @@ void vampHost::Analyser::cleanup(){ } //make a final feature at the end - feature f; - f.number=featureNo; - f.values={0}; - features[((float)rt.sec)+(((float)rt.nsec)*.000000001f)]=f; + //feature f; + //f.number=featureNo; + //f.values={0}; + //features[((float)rt.sec)+(((float)rt.nsec)*.000000001f)]=f; //cerr<<plugin->getIdentifier()<<" found "<<(features.size()-1)<<" features"<<endl; //deal with left over data? |
