diff options
Diffstat (limited to 'rotord/src/vampHost.cpp')
| -rw-r--r-- | rotord/src/vampHost.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rotord/src/vampHost.cpp b/rotord/src/vampHost.cpp index de7bb53..b265c3d 100644 --- a/rotord/src/vampHost.cpp +++ b/rotord/src/vampHost.cpp @@ -814,6 +814,12 @@ void vampHost::Analyser::cleanup(){ featureNo++; } + //make a final feature at the end + 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? for (int c = 0; c < channels; ++c) { |
