Csound and CsoundAC API
5.17
|
#include <ChordLindenmayer.hpp>
Public Member Functions | |
virtual std::string | __str__ () const |
void | initialize () |
bool | operator< (const Turtle &other) const |
Turtle & | operator= (const Turtle &other) |
Turtle () | |
Turtle (const Turtle &other) | |
Data Fields | |
std::vector< double > | chord |
std::vector< double > | modality |
Event | note |
Event | orientation |
double | rangeBass |
double | rangeSize |
Event | step |
double | voicing |
csound::Turtle::Turtle | ( | ) | [inline] |
csound::Turtle::Turtle | ( | const Turtle & | other | ) | [inline] |
virtual std::string csound::Turtle::__str__ | ( | ) | const [inline, virtual] |
References csound::printChord(), and csound::Event::toString().
void csound::Turtle::initialize | ( | ) | [inline] |
bool csound::Turtle::operator< | ( | const Turtle & | other | ) | const [inline] |
std::vector<double> csound::Turtle::chord |
Referenced by operator<(), and operator=().
std::vector<double> csound::Turtle::modality |
Referenced by operator<(), and operator=().
Referenced by operator<(), and operator=().
Referenced by operator<(), and operator=().
double csound::Turtle::rangeBass |
Referenced by operator<(), and operator=().
double csound::Turtle::rangeSize |
Referenced by operator<(), and operator=().
Referenced by operator<(), and operator=().
double csound::Turtle::voicing |
Referenced by operator<(), and operator=().