diff MonoNoteHMM.cpp @ 132:926c292fa3ff fixedlag

fixed lag smoothing for pitch track working
author Matthias Mauch <mail@matthiasmauch.net>
date Fri, 03 Jul 2015 17:34:38 +0100
parents 080fe18f5ebf
children 83978b93aac1
line wrap: on
line diff
--- a/MonoNoteHMM.cpp	Fri Jul 03 14:09:05 2015 +0100
+++ b/MonoNoteHMM.cpp	Fri Jul 03 17:34:38 2015 +0100
@@ -21,7 +21,8 @@
 using std::vector;
 using std::pair;
 
-MonoNoteHMM::MonoNoteHMM() :
+MonoNoteHMM::MonoNoteHMM(int fixedLag) :
+    SparseHMM(fixedLag),
     par()
 {
     build();