Data Structures |
class | csound::Cell |
| Score node that simplifies building up repetitive and overlapping motivic cells, such as used in Minimalism. More...
|
class | csound::Intercut |
| The notes produced by each child node are intercut to produce the notes produced by this; e.g. More...
|
class | csound::Koch |
| All notes produced by child[N - 1] are rescaled and stacked on top of each note produced by child[N - 2], and so on. More...
|
class | csound::Stack |
| The notes produced by each (not all) child node, are rescaled to all start at the same time, and last for the same duration; that of the 0th child, or a specified duration. More...
|