Mercurial > hg > silvet
diff src/Silvet.h @ 321:213a51e197c8 livemode
Shorten duration threshold for live mode; return non-peak-picked pitch distribution from pitch distribution output
author | Chris Cannam |
---|---|
date | Wed, 29 Apr 2015 10:12:02 +0100 |
parents | 7f9683c8de69 |
children | 4cf4313d7e30 |
line wrap: on
line diff
--- a/src/Silvet.h Wed Apr 29 09:51:09 2015 +0100 +++ b/src/Silvet.h Wed Apr 29 10:12:02 2015 +0100 @@ -112,9 +112,9 @@ const vector<double> &column, bool wantShifts); - vector<double> postProcess(const vector<double> &pitches, - const vector<int> &bestShifts, - bool wantShifts); // -> piano roll column + void postProcess(const vector<double> &pitches, + const vector<int> &bestShifts, + bool wantShifts); // -> piano roll column std::pair<FeatureList, FeatureList> noteTrack(int shiftCount); // notes, onsets