mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
NO-OP: remove trailing whitespace
This commit is contained in:
parent
b340dc7282
commit
58ee66e924
25 changed files with 208 additions and 210 deletions
|
|
@ -159,7 +159,6 @@ MonoNoteHMM::build()
|
|||
to.push_back(index+2);
|
||||
transProb.push_back(par.pSilentSelftrans);
|
||||
|
||||
|
||||
// the more complicated transitions from the silent
|
||||
double probSumSilent = 0;
|
||||
|
||||
|
|
|
|||
|
|
@ -55,7 +55,6 @@ public:
|
|||
double sigmaYinPitchInter;
|
||||
|
||||
double yinTrust;
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
2
libs/vamp-pyin/README
Normal file
2
libs/vamp-pyin/README
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
https://code.soundsoftware.ac.uk/projects/pyin
|
||||
https://code.soundsoftware.ac.uk/attachments/download/1458/pyin-v1.1.tar.gz
|
||||
|
|
@ -27,7 +27,6 @@ using std::vector;
|
|||
using std::pair;
|
||||
|
||||
|
||||
|
||||
class Yin
|
||||
{
|
||||
public:
|
||||
|
|
|
|||
|
|
@ -238,7 +238,6 @@ YinUtil::yinProb(const double *yinBuffer, const size_t prior, const size_t yinBu
|
|||
thresholds.push_back(0.01 + i*0.01);
|
||||
}
|
||||
|
||||
|
||||
int currThreshInd = nThreshold-1;
|
||||
tau = minTau;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue