comparison MonoNoteParameters.cpp @ 90:b087967c4417

removed fourth "inter-note" state because it wasn't used anyway
author matthiasm
date Wed, 07 Jan 2015 15:22:03 +0000
parents 354c2c421661
children 7ef7f6e90966
comparison
equal deleted inserted replaced
89:354c2c421661 90:b087967c4417
14 #include "MonoNoteParameters.h" 14 #include "MonoNoteParameters.h"
15 15
16 MonoNoteParameters::MonoNoteParameters() : 16 MonoNoteParameters::MonoNoteParameters() :
17 minPitch(35), 17 minPitch(35),
18 nPPS(3), 18 nPPS(3),
19 nS(50), 19 nS(69),
20 nSPP(4), // states per pitch 20 nSPP(3), // states per pitch
21 n(0), 21 n(0),
22 initPi(0), 22 initPi(0),
23 pAttackSelftrans(0.9), 23 pAttackSelftrans(0.9),
24 pStableSelftrans(0.99), 24 pStableSelftrans(0.99),
25 pStable2Silent(0.01), 25 pStable2Silent(0.01),
26 pSilentSelftrans(0.99999), 26 pSilentSelftrans(0.9999),
27 sigma2Note(0.7), 27 sigma2Note(0.7),
28 maxJump(13), 28 maxJump(13),
29 pInterSelftrans(0.9), 29 pInterSelftrans(0.0),
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),