=======================================================================
| 167 | |
| 168 | //======================================================================= |
| 169 | void OnsetDetectionFunction::setOnsetDetectionFunctionType (int onsetDetectionFunctionType_) |
| 170 | { |
| 171 | onsetDetectionFunctionType = onsetDetectionFunctionType_; // set detection function type |
| 172 | } |
| 173 | |
| 174 | //======================================================================= |
| 175 | double OnsetDetectionFunction::calculateOnsetDetectionFunctionSample (double* buffer) |
nothing calls this directly
no outgoing calls
no test coverage detected