Mercurial > hg > pyin
comparison MonoNoteParameters.cpp @ 89:354c2c421661
some parameter changes for note and also pitch track (this may not be wise, since I made some different changes for the tony branch.. will have to merge at some point)
author | matthiasm |
---|---|
date | Wed, 07 Jan 2015 14:36:30 +0000 |
parents | 5945b8905d1f |
children | b087967c4417 |
comparison
equal
deleted
inserted
replaced
88:585fdda4d7f9 | 89:354c2c421661 |
---|---|
12 */ | 12 */ |
13 | 13 |
14 #include "MonoNoteParameters.h" | 14 #include "MonoNoteParameters.h" |
15 | 15 |
16 MonoNoteParameters::MonoNoteParameters() : | 16 MonoNoteParameters::MonoNoteParameters() : |
17 minPitch(36), | 17 minPitch(35), |
18 nPPS(3), | 18 nPPS(3), |
19 nS(43), | 19 nS(50), |
20 nSPP(4), // states per pitch | 20 nSPP(4), // states per pitch |
21 n(0), | 21 n(0), |
22 initPi(0), | 22 initPi(0), |
23 pAttackSelftrans(0.5), | 23 pAttackSelftrans(0.9), |
24 pStableSelftrans(0.999), | 24 pStableSelftrans(0.99), |
25 pStable2Silent(0.005), | 25 pStable2Silent(0.01), |
26 pSilentSelftrans(0.5), | 26 pSilentSelftrans(0.99999), |
27 sigma2Note(0.7), | 27 sigma2Note(0.7), |
28 maxJump(13), | 28 maxJump(13), |
29 pInterSelftrans(0.99), | 29 pInterSelftrans(0.9), |
30 priorPitchedProb(.7), | 30 priorPitchedProb(.7), |
31 priorWeight(0.5), | 31 priorWeight(0.5), |
32 minSemitoneDistance(.5), | 32 minSemitoneDistance(.5), |
33 sigmaYinPitchAttack(5), | 33 sigmaYinPitchAttack(5), |
34 sigmaYinPitchStable(0.9), | 34 sigmaYinPitchStable(0.9), |