Revision 52:34f42a384a7f NoteHypothesis.cpp
| NoteHypothesis.cpp | ||
|---|---|---|
| 149 | 149 |
} |
| 150 | 150 |
} |
| 151 | 151 |
|
| 152 |
RealTime |
|
| 153 |
NoteHypothesis::getStartTime() const |
|
| 154 |
{
|
|
| 155 |
if (!(m_state == Satisfied || m_state == Expired)) {
|
|
| 156 |
return RealTime::zeroTime; |
|
| 157 |
} else {
|
|
| 158 |
return m_pending.begin()->time; |
|
| 159 |
} |
|
| 160 |
} |
|
| 161 |
|
|
| 152 | 162 |
double |
| 153 | 163 |
NoteHypothesis::getMeanFrequency() const |
| 154 | 164 |
{
|
Also available in: Unified diff