#include <CL_PitchDetect.h>
Public Member Functions | |
| cl_PitchNode () | |
| cl_PitchNode (float freq, float mag) | |
| cl_PitchNode & | operator= (const cl_PitchNode &) |
| int | operator== (const cl_PitchNode &) |
Public Attributes | |
| float | myFrequency |
| float | myMag |
| float | mySingleMag |
| cl_PitchNode * | myNextHarmonic |
| cl_PitchNode * | myPrevHarmonic |
| int | myAmAHarmonic |
Definition at line 115 of file CL_PitchDetect.h.
| cl_PitchNode::cl_PitchNode | ( | ) | [inline] |
Definition at line 119 of file CL_PitchDetect.h.
| cl_PitchNode::cl_PitchNode | ( | float | freq, | |
| float | mag | |||
| ) | [inline] |
Definition at line 123 of file CL_PitchDetect.h.
| cl_PitchNode& cl_PitchNode::operator= | ( | const cl_PitchNode & | ) |
| int cl_PitchNode::operator== | ( | const cl_PitchNode & | ) |
Definition at line 135 of file CL_PitchDetect.h.
Definition at line 130 of file CL_PitchDetect.h.
| float cl_PitchNode::myMag |
Definition at line 131 of file CL_PitchDetect.h.
Definition at line 133 of file CL_PitchDetect.h.
Definition at line 134 of file CL_PitchDetect.h.
Definition at line 132 of file CL_PitchDetect.h.
1.5.9