| OnsetDetectionFunction::OnsetDetectionFunction |
( |
int |
hopSize_, |
|
|
int |
frameSize_, |
|
|
int |
onsetDetectionFunctionType_, |
|
|
int |
windowType |
|
) |
| |
Constructor
- Parameters
-
| hopSize_ | the hop size in audio samples |
| frameSize_ | the frame size in audio samples |
| onsetDetectionFunctionType_ | the type of onset detection function to use - (see OnsetDetectionFunctionType) |
| windowType | the type of window to use (see WindowType) |
| OnsetDetectionFunction::~OnsetDetectionFunction |
( |
| ) |
|
| double OnsetDetectionFunction::calculateOnsetDetectionFunctionSample |
( |
double * |
buffer | ) |
|
process input frame and calculate detection function sample
| void OnsetDetectionFunction::initialise |
( |
int |
hopSize_, |
|
|
int |
frameSize_, |
|
|
int |
onsetDetectionFunctionType_, |
|
|
int |
windowType |
|
) |
| |
| void OnsetDetectionFunction::setOnsetDetectionFunctionType |
( |
int |
onsetDetectionFunctionType_ | ) |
|
set the detection function type
The documentation for this class was generated from the following files: