mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
fix Vamp Onset Detector.
This commit is contained in:
parent
4e39f13991
commit
ef169ce2ff
2 changed files with 3 additions and 1 deletions
|
|
@ -366,7 +366,7 @@ OnsetDetector::process(const float *const *inputBuffers,
|
|||
|
||||
// std::cerr << "OnsetDetector::process(" << timestamp << "): "
|
||||
// << "dftype " << m_dfType << ", sens " << m_sensitivity
|
||||
// << ", len " << len << ", mean " << mean << std::endl;
|
||||
// << ", len " << len << std::endl;
|
||||
|
||||
double *magnitudes = new double[len];
|
||||
double *phases = new double[len];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue