|
Ardour
9.0-pre0-1982-ga458a302d1
|
#include <TempoTrack.h>
Public Attributes | |
| int | winLength |
| int | lagLength |
| int | alpha |
| int | LPOrd |
| double * | LPACoeffs |
| double * | LPBCoeffs |
| WinThresh | WinT |
Definition at line 37 of file TempoTrack.h.
| int TTParams::alpha |
Definition at line 41 of file TempoTrack.h.
| int TTParams::lagLength |
Definition at line 40 of file TempoTrack.h.
| double* TTParams::LPACoeffs |
Definition at line 43 of file TempoTrack.h.
| double* TTParams::LPBCoeffs |
Definition at line 44 of file TempoTrack.h.
| int TTParams::LPOrd |
Definition at line 42 of file TempoTrack.h.
| int TTParams::winLength |
Definition at line 39 of file TempoTrack.h.
| WinThresh TTParams::WinT |
Definition at line 45 of file TempoTrack.h.