Csound and CsoundAC API
5.17
|
Uses Bill Schottstaedt's species counterpoint generator code to either (a) generate a counterpoint in species 1, 2, or 3 for a cantus firmus selected from notes generated by child nodes, or (b) attempt to correct the voice leading for species 1, 2, or 3 counterpoint in notes generated by child nodes. More...
#include <CounterpointNode.hpp>
Public Types | |
enum | { MostNotes_ = 128, MostVoices_ = 12 } |
enum | { Unison = 0, MinorSecond = 1, MajorSecond = 2, MinorThird = 3, MajorThird = 4, Fourth = 5, Tritone = 6, Fifth = 7, MinorSixth = 8, MajorSixth = 9, MinorSeventh = 10, MajorSeventh = 11, Octave = 12 } |
enum | { Aeolian = 1, Dorian = 2, Phrygian = 3, Lydian = 4, Mixolydian = 5, Ionian = 6, Locrian = 7 } |
enum | { DirectMotion = 1, ContraryMotion = 2, ObliqueMotion = 3, NoMotion = 4 } |
enum | { WholeNote = 8, HalfNote = 4, DottedHalfNote = 6, QuarterNote = 2, DottedQuarterNote = 3, EighthNote = 1 } |
enum | { One = 0, Two = 2, Three = 3, Four = 4, Five = 5, Six = 6, Eight = 8 } |
enum | { infinity = 1000000, Bad = 100, RealBad = 200 } |
enum | { INTERVALS_WITH_BASS_SIZE = 8 } |
enum | { NumFields = 16, Field = (MostVoices_+1), EndF = (Field*NumFields) } |
enum | { GenerateCounterpoint = 0, CorrectCounterpoint = 1 } |
Public Member Functions | |
int | ABS (int i) |
virtual void | addChild (Node *node) |
void | AddInterval (int n) |
int | ADissonance (int Interval, int Cn, int Cp, int v, int Species) |
int | AnOctave (int Interval) |
void | AnySpecies (int OurMode, int *StartPitches, int CurV, int CantusFirmusLength, int Species) |
void | ARRBLT (int *dest, int *source, int num) |
int | ASeventh (int Interval) |
int | ASkip (int Interval) |
int | AStep (int Interval) |
int | ATenth (int Interval) |
int | AThird (int Interval) |
int | BadMelody (int Intv) |
int | Bass (int Cn, int v) |
int | Beat8 (int n) |
void | BestFitFirst (int CurTime, int CurrentPenalty, int NumParts, int Species, int BrLim) |
int | Cantus (int n, int v) |
int | Check (int Cn, int Cp, int v, int NumParts, int Species, int CurLim) |
void | CleanRhy () |
virtual void | clear () |
virtual void | clear () |
int | ConsecutiveSkipsInSameDirection (int Pitch1, int Pitch2, int Pitch3) |
void | counterpoint (int OurMode, int *StartPitches, int CurV, int CantusFirmusLength, int Species, int *cantus) |
CounterpointNode () | |
virtual ublas::matrix< double > | createTransform () |
int | CurRhy (int n) |
int | DirectMotionToPerfectConsonance (int Pitch1, int Pitch2, int Pitch3, int Pitch4) |
int | Doubled (int Pitch, int Cn, int v) |
int | DownBeat (int n, int v) |
virtual double & | element (size_t row, size_t column) |
int | ExtremeRange (int Pitch) |
void | fillCantus (int c0, int c1, int c2, int c3, int c4, int c5, int c6, int c7, int c8, int c9, int c10, int c11, int c12, int c13, int c14) |
void | FillRhyPat () |
int | FirstNote (int n, int v) |
virtual ublas::matrix< double > | getLocalCoordinates () const |
Returns the local transformation of coordinate system. | |
int | GoodRhy () |
virtual void | initialize (int mostnotes, int mostvoices) |
int | InMode (int Pitch, int Mode) |
int | LastNote (int n, int v) |
int | Look (int CurPen, int CurVoice, int NumParts, int Species, int Lim, int *Pens, int *Is, int *CurNotes) |
int | MAX (int a, int b) |
void | message (const char *format,...) |
void | message (const char *format, va_list valist) |
int | MIN (int a, int b) |
int | MotionType (int Pitch1, int Pitch2, int Pitch3, int Pitch4) |
int | NextToLastNote (int n, int v) |
int | Other (int Cn, int v, int v1) |
int | OtherVoiceCheck (int Cn, int Cp, int v, int NumParts, int Species, int CurLim) |
int | OutOfRange (int Pitch) |
int | PitchRepeats (int Cn, int Cp, int v) |
virtual void | produceOrTransform (Score &score, size_t beginAt, size_t endAt, const ublas::matrix< double > &globalCoordinates) |
The default implementation does nothing. | |
float | RANDOM (float amp) |
int | SaveIndx (int indx, int *Sp) |
void | SaveResults (int CurrentPenalty, int Penalty, int v1, int Species) |
virtual void | setElement (size_t row, size_t column, double value) |
void | SetUs (int n, int p, int v) |
int | Size (int MelInt) |
int | SpecialSpeciesCheck (int Cn, int Cp, int v, int Other0, int Other1, int Other2, int NumParts, int Species, int MelInt, int Interval, int ActInt, int LastIntClass, int Pitch, int LastMelInt, int CurLim) |
void | toCsoundScore (std::string filename, double secondsPerPulse) |
int | TooMuchOfInterval (int Cn, int Cp, int v) |
int | TotalRange (int Cn, int Cp, int v) |
virtual ublas::matrix< double > | traverse (const ublas::matrix< double > &globalCoordinates, Score &score) |
The default implementation postconcatenates its own local coordinate system with the global coordinates, then passes the score and the product of coordinate systems to each child, thus performing a depth-first traversal of the music graph. | |
int | UpBeat (int n, int v) |
int | Us (int n, int v) |
void | UsedRhy (int n) |
int | VIndex (int Time, int VNum) |
void | winners (int v1, int *data, int *best, int *best1, int *best2, int *durs) |
virtual | ~CounterpointNode () |
Data Fields | |
int | AllDone |
int | AllVoicesSkipPenalty |
int | AscendingSixthPenalty |
int | AugmentedIntervalPenalty |
int | BadCadencePenalty |
int | BadMelodyPenalty |
int | BasePitch |
boost::numeric::ublas::matrix < int > | BestFit |
boost::numeric::ublas::matrix < int > | BestFit1 |
boost::numeric::ublas::matrix < int > | BestFit2 |
int | BestFitPenalty |
int | Branches |
std::vector< Node * > | children |
Child Nodes, if any. | |
int | CompoundPenalty |
int | CrossAboveCantusPenalty |
int | CrossBelowBassPenalty |
boost::numeric::ublas::matrix < int > | Ctrpt |
int | DirectMotionPenalty |
int | DirectPerfectOnDownbeatPenalty |
int | DirectToFifthPenalty |
int | DirectToOctavePenalty |
int | DirectToTritonePenalty |
int | DissonanceNotFillingThirdPenalty |
int | DissonancePenalty |
int | DoubledFifthPenalty |
int | DoubledLeadingTonePenalty |
int | DoubledSixthPenalty |
int | DownBeatUnisonPenalty |
boost::numeric::ublas::matrix < int > | Dur |
int | EighthJumpPenalty |
int | EndOnPerfectPenalty |
int | ExtremeRangePenalty |
int | FifthFollowedBySameDirectionPenalty |
int | FifthPrecededBySameDirectionPenalty |
int | Fits [3] |
int | FourRepeatedNotesPenalty |
int | generationMode |
int | HalfUntiedPenalty |
int | HighestSemitone |
int | InnerVoicesInDirectToPerfectPenalty |
int | InnerVoicesInDirectToTritonePenalty |
int | IntervalsWithBass [INTERVALS_WITH_BASS_SIZE] |
int | LeapAtCadencePenalty |
int | LesserLigaturePenalty |
int | LowerNeighborPenalty |
int | LowestSemitone |
int | LydianCadentialTritonePenalty |
int | MaxPenalty |
int | MelodicBoredomPenalty |
int | MelodicTritonePenalty |
void(* | messageCallback )(CSOUND *csound, int attribute, const char *format, va_list valist) |
int | Mode |
int | MostNotes |
int | MostVoices |
int | musicMode |
int | NoLeadingTonePenalty |
int | NoMotionAgainstOctavePenalty |
int | NotaCambiataPenalty |
int | NotaLigaturePenalty |
int | NotBestCadencePenalty |
int | NotContraryToOthersPenalty |
int | NoTimeForaLigaturePenalty |
int | NotTriadPenalty |
int | OctaveLeapPenalty |
boost::numeric::ublas::matrix < int > | Onset |
int | OutOfModePenalty |
int | OutOfRangePenalty |
int | OverOctavePenalty |
int | OverTwelfthPenalty |
int | ParallelFifthPenalty |
int | ParallelUnisonPenalty |
float | PenaltyRatio |
int | PerfectConsonancePenalty |
long | randx |
int | RepeatedPitchPenalty |
int | RepetitionOnUpbeatPenalty |
boost::numeric::ublas::vector < int > | RhyNotes |
boost::numeric::ublas::matrix < int > | RhyPat |
double | secondsPerPulse |
int | SixFiveChordPenalty |
int | SixthFollowedBySameDirectionPenalty |
int | SixthLeapPenalty |
int | SixthPrecededBySameDirectionPenalty |
int | SkipFollowedBySameDirectionPenalty |
int | SkipFromUnisonPenalty |
int | SkipPrecededBySameDirectionPenalty |
int | SkipTo8vePenalty |
int | SkipToDownBeatPenalty |
int | species |
int | TenthToOctavePenalty |
int | ThirdDoubledPenalty |
int | ThreeRepeatedNotesPenalty |
int | ThreeSkipsPenalty |
boost::numeric::ublas::vector < int > | TotalNotes |
int | TotalTime |
int | TripledBassPenalty |
int | TwoRepeatedNotesPenalty |
int | TwoSkipsNotInTriadPenalty |
int | TwoSkipsPenalty |
boost::variate_generator < boost::mt19937, boost::uniform_real<> > * | uniform_real_generator |
int | UnisonDownbeatPenalty |
int | UnisonOnBeat4Penalty |
int | UnisonPenalty |
int | UnisonUpbeatPenalty |
int | UnpreparedSixFivePenalty |
int | UnresolvedLeadingTonePenalty |
int | UnresolvedLigaturePenalty |
int | UnresolvedSixFivePenalty |
int | UpperNeighborPenalty |
int | UpperVoicesTooFarApartPenalty |
boost::numeric::ublas::vector < int > | vbs |
int | VerticalTritonePenalty |
std::vector< int > | voiceBeginnings |
size_t | voices |
Static Public Attributes | |
static int | _Aeolian [12] |
static int | _Dorian [12] |
static int | _Ionian [12] |
static int | _Locrian [12] |
static int | _Lydian [12] |
static int | _Mixolydian [12] |
static int | _Phrygian [12] |
static int | BadMelodyInterval [13] |
static int | Dissonance [13] |
static int | ImperfectConsonance [13] |
static int | Indx [17] |
static boost::mt19937 | mersenneTwister |
static int | PerfectConsonance [13] |
Protected Attributes | |
ublas::matrix< double > | localCoordinates |
Uses Bill Schottstaedt's species counterpoint generator code to either (a) generate a counterpoint in species 1, 2, or 3 for a cantus firmus selected from notes generated by child nodes, or (b) attempt to correct the voice leading for species 1, 2, or 3 counterpoint in notes generated by child nodes.
anonymous enum [inherited] |
anonymous enum [inherited] |
virtual csound::CounterpointNode::~CounterpointNode | ( | ) | [virtual] |
int Counterpoint::ABS | ( | int | i | ) | [inherited] |
virtual void csound::Node::addChild | ( | Node * | node | ) | [virtual, inherited] |
void Counterpoint::AddInterval | ( | int | n | ) | [inherited] |
int Counterpoint::ADissonance | ( | int | Interval, |
int | Cn, | ||
int | Cp, | ||
int | v, | ||
int | Species | ||
) | [inherited] |
int Counterpoint::AnOctave | ( | int | Interval | ) | [inherited] |
void Counterpoint::AnySpecies | ( | int | OurMode, |
int * | StartPitches, | ||
int | CurV, | ||
int | CantusFirmusLength, | ||
int | Species | ||
) | [inherited] |
void Counterpoint::ARRBLT | ( | int * | dest, |
int * | source, | ||
int | num | ||
) | [inherited] |
int Counterpoint::ASeventh | ( | int | Interval | ) | [inherited] |
int Counterpoint::ASkip | ( | int | Interval | ) | [inherited] |
int Counterpoint::AStep | ( | int | Interval | ) | [inherited] |
int Counterpoint::ATenth | ( | int | Interval | ) | [inherited] |
int Counterpoint::AThird | ( | int | Interval | ) | [inherited] |
int Counterpoint::BadMelody | ( | int | Intv | ) | [inherited] |
int Counterpoint::Bass | ( | int | Cn, |
int | v | ||
) | [inherited] |
int Counterpoint::Beat8 | ( | int | n | ) | [inherited] |
void Counterpoint::BestFitFirst | ( | int | CurTime, |
int | CurrentPenalty, | ||
int | NumParts, | ||
int | Species, | ||
int | BrLim | ||
) | [inherited] |
int Counterpoint::Cantus | ( | int | n, |
int | v | ||
) | [inherited] |
int Counterpoint::Check | ( | int | Cn, |
int | Cp, | ||
int | v, | ||
int | NumParts, | ||
int | Species, | ||
int | CurLim | ||
) | [inherited] |
void Counterpoint::CleanRhy | ( | ) | [inherited] |
virtual void csound::Node::clear | ( | ) | [virtual, inherited] |
Reimplemented in csound::ChordLindenmayer, csound::Lindenmayer, csound::MusicModel, and csound::ScoreModel.
virtual void Counterpoint::clear | ( | ) | [virtual, inherited] |
int Counterpoint::ConsecutiveSkipsInSameDirection | ( | int | Pitch1, |
int | Pitch2, | ||
int | Pitch3 | ||
) | [inherited] |
void Counterpoint::counterpoint | ( | int | OurMode, |
int * | StartPitches, | ||
int | CurV, | ||
int | CantusFirmusLength, | ||
int | Species, | ||
int * | cantus | ||
) | [inherited] |
virtual ublas::matrix<double> csound::Node::createTransform | ( | ) | [virtual, inherited] |
int Counterpoint::CurRhy | ( | int | n | ) | [inherited] |
int Counterpoint::DirectMotionToPerfectConsonance | ( | int | Pitch1, |
int | Pitch2, | ||
int | Pitch3, | ||
int | Pitch4 | ||
) | [inherited] |
int Counterpoint::Doubled | ( | int | Pitch, |
int | Cn, | ||
int | v | ||
) | [inherited] |
int Counterpoint::DownBeat | ( | int | n, |
int | v | ||
) | [inherited] |
virtual double& csound::Node::element | ( | size_t | row, |
size_t | column | ||
) | [virtual, inherited] |
int Counterpoint::ExtremeRange | ( | int | Pitch | ) | [inherited] |
void Counterpoint::fillCantus | ( | int | c0, |
int | c1, | ||
int | c2, | ||
int | c3, | ||
int | c4, | ||
int | c5, | ||
int | c6, | ||
int | c7, | ||
int | c8, | ||
int | c9, | ||
int | c10, | ||
int | c11, | ||
int | c12, | ||
int | c13, | ||
int | c14 | ||
) | [inherited] |
void Counterpoint::FillRhyPat | ( | ) | [inherited] |
int Counterpoint::FirstNote | ( | int | n, |
int | v | ||
) | [inherited] |
virtual ublas::matrix<double> csound::Node::getLocalCoordinates | ( | ) | const [virtual, inherited] |
Returns the local transformation of coordinate system.
int Counterpoint::GoodRhy | ( | ) | [inherited] |
virtual void Counterpoint::initialize | ( | int | mostnotes, |
int | mostvoices | ||
) | [virtual, inherited] |
int Counterpoint::InMode | ( | int | Pitch, |
int | Mode | ||
) | [inherited] |
int Counterpoint::LastNote | ( | int | n, |
int | v | ||
) | [inherited] |
int Counterpoint::Look | ( | int | CurPen, |
int | CurVoice, | ||
int | NumParts, | ||
int | Species, | ||
int | Lim, | ||
int * | Pens, | ||
int * | Is, | ||
int * | CurNotes | ||
) | [inherited] |
int Counterpoint::MAX | ( | int | a, |
int | b | ||
) | [inherited] |
void Counterpoint::message | ( | const char * | format, |
... | |||
) | [inherited] |
void Counterpoint::message | ( | const char * | format, |
va_list | valist | ||
) | [inherited] |
int Counterpoint::MIN | ( | int | a, |
int | b | ||
) | [inherited] |
int Counterpoint::MotionType | ( | int | Pitch1, |
int | Pitch2, | ||
int | Pitch3, | ||
int | Pitch4 | ||
) | [inherited] |
int Counterpoint::NextToLastNote | ( | int | n, |
int | v | ||
) | [inherited] |
int Counterpoint::Other | ( | int | Cn, |
int | v, | ||
int | v1 | ||
) | [inherited] |
int Counterpoint::OtherVoiceCheck | ( | int | Cn, |
int | Cp, | ||
int | v, | ||
int | NumParts, | ||
int | Species, | ||
int | CurLim | ||
) | [inherited] |
int Counterpoint::OutOfRange | ( | int | Pitch | ) | [inherited] |
int Counterpoint::PitchRepeats | ( | int | Cn, |
int | Cp, | ||
int | v | ||
) | [inherited] |
virtual void csound::CounterpointNode::produceOrTransform | ( | Score & | score, |
size_t | beginAt, | ||
size_t | endAt, | ||
const ublas::matrix< double > & | compositeCordinates | ||
) | [virtual] |
The default implementation does nothing.
Derived nodes that produce notes from scratch should transform them using the composite transformation of coordinate system, which is passed in from the traverse() function.
Reimplemented from csound::Node.
float Counterpoint::RANDOM | ( | float | amp | ) | [inherited] |
int Counterpoint::SaveIndx | ( | int | indx, |
int * | Sp | ||
) | [inherited] |
void Counterpoint::SaveResults | ( | int | CurrentPenalty, |
int | Penalty, | ||
int | v1, | ||
int | Species | ||
) | [inherited] |
virtual void csound::Node::setElement | ( | size_t | row, |
size_t | column, | ||
double | value | ||
) | [virtual, inherited] |
void Counterpoint::SetUs | ( | int | n, |
int | p, | ||
int | v | ||
) | [inherited] |
int Counterpoint::Size | ( | int | MelInt | ) | [inherited] |
int Counterpoint::SpecialSpeciesCheck | ( | int | Cn, |
int | Cp, | ||
int | v, | ||
int | Other0, | ||
int | Other1, | ||
int | Other2, | ||
int | NumParts, | ||
int | Species, | ||
int | MelInt, | ||
int | Interval, | ||
int | ActInt, | ||
int | LastIntClass, | ||
int | Pitch, | ||
int | LastMelInt, | ||
int | CurLim | ||
) | [inherited] |
void Counterpoint::toCsoundScore | ( | std::string | filename, |
double | secondsPerPulse | ||
) | [inherited] |
int Counterpoint::TooMuchOfInterval | ( | int | Cn, |
int | Cp, | ||
int | v | ||
) | [inherited] |
int Counterpoint::TotalRange | ( | int | Cn, |
int | Cp, | ||
int | v | ||
) | [inherited] |
virtual ublas::matrix<double> csound::Node::traverse | ( | const ublas::matrix< double > & | globalCoordinates, |
Score & | score | ||
) | [virtual, inherited] |
The default implementation postconcatenates its own local coordinate system with the global coordinates, then passes the score and the product of coordinate systems to each child, thus performing a depth-first traversal of the music graph.
Reimplemented in csound::Sequence, and csound::Hocket.
int Counterpoint::UpBeat | ( | int | n, |
int | v | ||
) | [inherited] |
int Counterpoint::Us | ( | int | n, |
int | v | ||
) | [inherited] |
void Counterpoint::UsedRhy | ( | int | n | ) | [inherited] |
int Counterpoint::VIndex | ( | int | Time, |
int | VNum | ||
) | [inherited] |
void Counterpoint::winners | ( | int | v1, |
int * | data, | ||
int * | best, | ||
int * | best1, | ||
int * | best2, | ||
int * | durs | ||
) | [inherited] |
int Counterpoint::_Aeolian[12] [static, inherited] |
int Counterpoint::_Dorian[12] [static, inherited] |
int Counterpoint::_Ionian[12] [static, inherited] |
int Counterpoint::_Locrian[12] [static, inherited] |
int Counterpoint::_Lydian[12] [static, inherited] |
int Counterpoint::_Mixolydian[12] [static, inherited] |
int Counterpoint::_Phrygian[12] [static, inherited] |
int Counterpoint::AllDone [inherited] |
int Counterpoint::AllVoicesSkipPenalty [inherited] |
int Counterpoint::AscendingSixthPenalty [inherited] |
int Counterpoint::AugmentedIntervalPenalty [inherited] |
int Counterpoint::BadCadencePenalty [inherited] |
int Counterpoint::BadMelodyInterval[13] [static, inherited] |
int Counterpoint::BadMelodyPenalty [inherited] |
int Counterpoint::BasePitch [inherited] |
boost::numeric::ublas::matrix<int> Counterpoint::BestFit [inherited] |
boost::numeric::ublas::matrix<int> Counterpoint::BestFit1 [inherited] |
boost::numeric::ublas::matrix<int> Counterpoint::BestFit2 [inherited] |
int Counterpoint::BestFitPenalty [inherited] |
int Counterpoint::Branches [inherited] |
std::vector<Node *> csound::Node::children [inherited] |
Child Nodes, if any.
int Counterpoint::CompoundPenalty [inherited] |
int Counterpoint::CrossAboveCantusPenalty [inherited] |
int Counterpoint::CrossBelowBassPenalty [inherited] |
boost::numeric::ublas::matrix<int> Counterpoint::Ctrpt [inherited] |
int Counterpoint::DirectMotionPenalty [inherited] |
int Counterpoint::DirectPerfectOnDownbeatPenalty [inherited] |
int Counterpoint::DirectToFifthPenalty [inherited] |
int Counterpoint::DirectToOctavePenalty [inherited] |
int Counterpoint::DirectToTritonePenalty [inherited] |
int Counterpoint::Dissonance[13] [static, inherited] |
int Counterpoint::DissonanceNotFillingThirdPenalty [inherited] |
int Counterpoint::DissonancePenalty [inherited] |
int Counterpoint::DoubledFifthPenalty [inherited] |
int Counterpoint::DoubledLeadingTonePenalty [inherited] |
int Counterpoint::DoubledSixthPenalty [inherited] |
int Counterpoint::DownBeatUnisonPenalty [inherited] |
boost::numeric::ublas::matrix<int> Counterpoint::Dur [inherited] |
int Counterpoint::EighthJumpPenalty [inherited] |
int Counterpoint::EndOnPerfectPenalty [inherited] |
int Counterpoint::ExtremeRangePenalty [inherited] |
int Counterpoint::FifthFollowedBySameDirectionPenalty [inherited] |
int Counterpoint::FifthPrecededBySameDirectionPenalty [inherited] |
int Counterpoint::Fits[3] [inherited] |
int Counterpoint::FourRepeatedNotesPenalty [inherited] |
int Counterpoint::HalfUntiedPenalty [inherited] |
int Counterpoint::HighestSemitone [inherited] |
int Counterpoint::ImperfectConsonance[13] [static, inherited] |
int Counterpoint::Indx[17] [static, inherited] |
int Counterpoint::InnerVoicesInDirectToPerfectPenalty [inherited] |
int Counterpoint::InnerVoicesInDirectToTritonePenalty [inherited] |
int Counterpoint::IntervalsWithBass[INTERVALS_WITH_BASS_SIZE] [inherited] |
int Counterpoint::LeapAtCadencePenalty [inherited] |
int Counterpoint::LesserLigaturePenalty [inherited] |
ublas::matrix<double> csound::Node::localCoordinates [protected, inherited] |
int Counterpoint::LowerNeighborPenalty [inherited] |
int Counterpoint::LowestSemitone [inherited] |
int Counterpoint::LydianCadentialTritonePenalty [inherited] |
int Counterpoint::MaxPenalty [inherited] |
int Counterpoint::MelodicBoredomPenalty [inherited] |
int Counterpoint::MelodicTritonePenalty [inherited] |
boost::mt19937 Counterpoint::mersenneTwister [static, inherited] |
void(* Counterpoint::messageCallback)(CSOUND *csound, int attribute, const char *format, va_list valist) [inherited] |
int Counterpoint::Mode [inherited] |
int Counterpoint::MostNotes [inherited] |
int Counterpoint::MostVoices [inherited] |
int Counterpoint::NoLeadingTonePenalty [inherited] |
int Counterpoint::NoMotionAgainstOctavePenalty [inherited] |
int Counterpoint::NotaCambiataPenalty [inherited] |
int Counterpoint::NotaLigaturePenalty [inherited] |
int Counterpoint::NotBestCadencePenalty [inherited] |
int Counterpoint::NotContraryToOthersPenalty [inherited] |
int Counterpoint::NoTimeForaLigaturePenalty [inherited] |
int Counterpoint::NotTriadPenalty [inherited] |
int Counterpoint::OctaveLeapPenalty [inherited] |
boost::numeric::ublas::matrix<int> Counterpoint::Onset [inherited] |
int Counterpoint::OutOfModePenalty [inherited] |
int Counterpoint::OutOfRangePenalty [inherited] |
int Counterpoint::OverOctavePenalty [inherited] |
int Counterpoint::OverTwelfthPenalty [inherited] |
int Counterpoint::ParallelFifthPenalty [inherited] |
int Counterpoint::ParallelUnisonPenalty [inherited] |
float Counterpoint::PenaltyRatio [inherited] |
int Counterpoint::PerfectConsonance[13] [static, inherited] |
int Counterpoint::PerfectConsonancePenalty [inherited] |
long Counterpoint::randx [inherited] |
int Counterpoint::RepeatedPitchPenalty [inherited] |
int Counterpoint::RepetitionOnUpbeatPenalty [inherited] |
boost::numeric::ublas::vector<int> Counterpoint::RhyNotes [inherited] |
boost::numeric::ublas::matrix<int> Counterpoint::RhyPat [inherited] |
int Counterpoint::SixFiveChordPenalty [inherited] |
int Counterpoint::SixthFollowedBySameDirectionPenalty [inherited] |
int Counterpoint::SixthLeapPenalty [inherited] |
int Counterpoint::SixthPrecededBySameDirectionPenalty [inherited] |
int Counterpoint::SkipFollowedBySameDirectionPenalty [inherited] |
int Counterpoint::SkipFromUnisonPenalty [inherited] |
int Counterpoint::SkipPrecededBySameDirectionPenalty [inherited] |
int Counterpoint::SkipTo8vePenalty [inherited] |
int Counterpoint::SkipToDownBeatPenalty [inherited] |
int Counterpoint::TenthToOctavePenalty [inherited] |
int Counterpoint::ThirdDoubledPenalty [inherited] |
int Counterpoint::ThreeRepeatedNotesPenalty [inherited] |
int Counterpoint::ThreeSkipsPenalty [inherited] |
boost::numeric::ublas::vector<int> Counterpoint::TotalNotes [inherited] |
int Counterpoint::TotalTime [inherited] |
int Counterpoint::TripledBassPenalty [inherited] |
int Counterpoint::TwoRepeatedNotesPenalty [inherited] |
int Counterpoint::TwoSkipsNotInTriadPenalty [inherited] |
int Counterpoint::TwoSkipsPenalty [inherited] |
boost::variate_generator<boost::mt19937, boost::uniform_real<> >* Counterpoint::uniform_real_generator [inherited] |
int Counterpoint::UnisonDownbeatPenalty [inherited] |
int Counterpoint::UnisonOnBeat4Penalty [inherited] |
int Counterpoint::UnisonPenalty [inherited] |
int Counterpoint::UnisonUpbeatPenalty [inherited] |
int Counterpoint::UnpreparedSixFivePenalty [inherited] |
int Counterpoint::UnresolvedLeadingTonePenalty [inherited] |
int Counterpoint::UnresolvedLigaturePenalty [inherited] |
int Counterpoint::UnresolvedSixFivePenalty [inherited] |
int Counterpoint::UpperNeighborPenalty [inherited] |
int Counterpoint::UpperVoicesTooFarApartPenalty [inherited] |
boost::numeric::ublas::vector<int> Counterpoint::vbs [inherited] |
int Counterpoint::VerticalTritonePenalty [inherited] |
std::vector<int> csound::CounterpointNode::voiceBeginnings |