HDK
|
#include <CL_PitchDetect.h>
Public Member Functions | |
cl_PitchNode () | |
cl_PitchNode (fpreal freq, fpreal mag) | |
int | operator== (const cl_PitchNode &) |
Public Attributes | |
fpreal | myFrequency |
fpreal | myMag |
fpreal | mySingleMag |
cl_PitchNode * | myNextHarmonic |
cl_PitchNode * | myPrevHarmonic |
int | myAmAHarmonic |
Definition at line 108 of file CL_PitchDetect.h.
|
inline |
Definition at line 112 of file CL_PitchDetect.h.
Definition at line 116 of file CL_PitchDetect.h.
int cl_PitchNode::operator== | ( | const cl_PitchNode & | ) |
int cl_PitchNode::myAmAHarmonic |
Definition at line 127 of file CL_PitchDetect.h.
fpreal cl_PitchNode::myFrequency |
Definition at line 122 of file CL_PitchDetect.h.
fpreal cl_PitchNode::myMag |
Definition at line 123 of file CL_PitchDetect.h.
cl_PitchNode* cl_PitchNode::myNextHarmonic |
Definition at line 125 of file CL_PitchDetect.h.
cl_PitchNode* cl_PitchNode::myPrevHarmonic |
Definition at line 126 of file CL_PitchDetect.h.
fpreal cl_PitchNode::mySingleMag |
Definition at line 124 of file CL_PitchDetect.h.