NCO: standardized debug message

pull/27/head
f4exb 2017-02-25 11:32:18 +01:00
rodzic 3da146df76
commit 46ebdefff0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -43,7 +43,7 @@ NCOF::NCOF()
void NCOF::setFreq(Real freq, Real sampleRate)
{
m_phaseIncrement = (freq * TableSize) / sampleRate;
qDebug("NCO freq: %f phase inc %f", freq, m_phaseIncrement);
qDebug("NCOF::setFreq: freq: %f m_phaseIncrement: %f", freq, m_phaseIncrement);
}
float NCOF::next()