|
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 |
|
inline |
|
inline |
|
inlinevirtual |
References csound::printChord(), and csound::Event::toString().
|
inline |
|
inline |
| std::vector<double> csound::Turtle::chord |
Referenced by operator<(), and operator=().
| std::vector<double> csound::Turtle::modality |
Referenced by operator<(), and operator=().
| Event csound::Turtle::note |
Referenced by operator<(), and operator=().
| Event csound::Turtle::orientation |
Referenced by operator<(), and operator=().
| double csound::Turtle::rangeBass |
Referenced by operator<(), and operator=().
| double csound::Turtle::rangeSize |
Referenced by operator<(), and operator=().
| Event csound::Turtle::step |
Referenced by operator<(), and operator=().
| double csound::Turtle::voicing |
Referenced by operator<(), and operator=().
1.8.3.1