Mercurial > hg > cepstral-pitchtracker
comparison AgentFeeder.cpp @ 66:7ad142c710c6 parameters
Add some parameters
author | Chris Cannam |
---|---|
date | Fri, 30 Aug 2013 15:35:49 +0100 |
parents | 751b43d119cf |
children |
comparison
equal
deleted
inserted
replaced
65:9e414ae1f2fb | 66:7ad142c710c6 |
---|---|
74 } | 74 } |
75 } | 75 } |
76 } | 76 } |
77 | 77 |
78 if (!swallowed) { | 78 if (!swallowed) { |
79 NoteHypothesis h; | 79 NoteHypothesis h(m_slack); |
80 if (h.accept(e)) { | 80 if (h.accept(e)) { |
81 newCandidates.push_back(h); | 81 newCandidates.push_back(h); |
82 } | 82 } |
83 } | 83 } |
84 | 84 |