#include <PitchNote.hxx>
Definition at line 81 of file PitchNote.hxx.
Public Member Functions | |
DYNAMIC_TYPE_USING_INTERFACE (PitchNote, 2, ProcessingData) | |
DYN_ATTRIBUTE (0, public, EPitch, Pitch) | |
DYN_ATTRIBUTE (1, public, int, Octave) | |
void | SetMIDIPitch (int) |
Protected Member Functions | |
void | DefaultInit () |
The concrete dynamic type constructor calls DefaultInit(). |
CLAM::PitchNote::DYNAMIC_TYPE_USING_INTERFACE | ( | PitchNote | , | |
2 | , | |||
ProcessingData | ||||
) |
CLAM::PitchNote::DYN_ATTRIBUTE | ( | 0 | , | |
public | , | |||
EPitch | , | |||
Pitch | ||||
) |
CLAM::PitchNote::DYN_ATTRIBUTE | ( | 1 | , | |
public | , | |||
int | , | |||
Octave | ||||
) |
void CLAM::PitchNote::SetMIDIPitch | ( | int | val | ) |
Definition at line 39 of file PitchNote.cxx.
void CLAM::PitchNote::DefaultInit | ( | void | ) | [protected] |
The concrete dynamic type constructor calls DefaultInit().
This allows user to initialize his/her object. But we define DefaultInit() here because we don't want to force writting one DefaultInit() function for each concrete dynamic type. If a dynamic type concrete class defines some (not-default) constructors, this should also call the DefaultInit().
Reimplemented from CLAM::DynamicType.
Definition at line 28 of file PitchNote.cxx.
References CLAM::EPitch::eA, and CLAM::DynamicType::UpdateData().