Added back foxcom waveform to the modulator

This commit is contained in:
Jordan Sherer 2018-11-01 22:14:57 -04:00
parent 6d7b187269
commit cd683f9bf7

View File

@ -291,6 +291,7 @@ qint64 Modulator::readData (char * data, qint64 maxSize)
if (m_ic > i1) m_amp = 0.0;
sample=qRound(m_amp*qSin(m_phi));
if(m_toneSpacing < 0) sample=qRound(m_amp*foxcom_.wave[m_ic]);
samples = load(postProcessSample(sample), samples);
++framesGenerated;
++m_ic;