MCPcopy Create free account
hub / github.com/adamstark/BTrack / setOnsetDetectionFunctionType

Method setOnsetDetectionFunctionType

src/OnsetDetectionFunction.cpp:169–172  ·  view source on GitHub ↗

=======================================================================

Source from the content-addressed store, hash-verified

167
168//=======================================================================
169void OnsetDetectionFunction::setOnsetDetectionFunctionType (int onsetDetectionFunctionType_)
170{
171 onsetDetectionFunctionType = onsetDetectionFunctionType_; // set detection function type
172}
173
174//=======================================================================
175double OnsetDetectionFunction::calculateOnsetDetectionFunctionSample (double* buffer)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected