Revision 11:1ee043ea9d06 onsetsdsplugin.cpp

View differences:

onsetsdsplugin.cpp
206 206
    memset(m_ods, 0, sizeof(OnsetsDS));
207 207
    onsetsds_init(m_ods, m_odsdata, ODS_FFT_FFTW3_R2C, m_dfType, m_fftSize,
208 208
                  m_medspan, m_inputSampleRate);
209
	m_ods->thresh = m_threshold;
209
    m_ods->thresh = m_threshold;
210 210
	
211 211
    return true;
212 212
}
......
220 220
    }
221 221
    onsetsds_init(m_ods, m_odsdata, ODS_FFT_FFTW3_R2C, m_dfType, m_fftSize,
222 222
                  m_medspan, m_inputSampleRate);
223
    m_ods->thresh = m_threshold;
223 224
}
224 225

  
225 226
size_t

Also available in: Unified diff