Go to the source code of this file.
|
struct | csl::Grain |
| Grain data structure This implementation uses a linked list data structure. You might want to add a few more members to this for flexibility. More...
|
|
class | csl::GrainCloud |
| GrainCloud – routine for playing clouds under GUI control. This could be called a cloud or a stream. You could also add a few more variables to make more flexible clouds. More...
|
|
class | csl::GrainPlayer |
| GrainPlayer – low-level granular synthesis generator, uses a list of current grains. More...
|
|
|
typedef struct csl::Grain | csl::Grain |
| Grain data structure This implementation uses a linked list data structure. You might want to add a few more members to this for flexibility. More...
|
|