Csound and CsoundAC API  5.17
Data Structures | Namespaces
Cell.hpp File Reference
#include "Platform.hpp"
#include <map>
#include "ScoreNode.hpp"
#include <eigen3/Eigen/Dense>

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...

Namespaces

namespace  csound
 The csound namespace contains classes for doing algorithmic composition, and for rendering audio from algorithmically generated scores, especially using Csound.