#include <VoiceleadingNode.hpp>
Public Member Functions | |
VoiceleadingOperation () | |
virtual | ~VoiceleadingOperation () |
Data Fields | |
double | beginTime |
double | rescaledBeginTime |
double | endTime |
double | rescaledEndTime |
double | P |
double | T |
double | C |
double | V |
bool | L |
size_t | begin |
size_t | end |
bool | avoidParallels |
csound::VoiceleadingOperation::VoiceleadingOperation | ( | ) |
virtual csound::VoiceleadingOperation::~VoiceleadingOperation | ( | ) | [virtual] |
The operation begins at this time, and continues until just before the beginning of the next operation, or the end of the score, whichever comes first.
Times may need to be rescaled to match the duration of the score.
The operation ends before this time.
Times may need to be rescaled to match the duration of the score.
Prime chord, or NAN if no operation.
Transposition, or NAN if no operation.
Voicing, or NAN if no operation.
If true, perform the closest voice-leading from the prior operation.
The index of the first event to which the operation is applied.
One past the index of the last event to which the operation is applied.