#include "CSL_Core.h"#include "CPoint.h"Go to the source code of this file.
Classes | |
| class | csl::LineSegment |
| class | csl::Envelope |
| class | csl::ADSR |
| ADSR = 4-segment attack/decay/sustain/release envelope class. More... | |
| class | csl::AR |
| AR = 3-segment attack/release envelope class. More... | |
| class | csl::Triangle |
| class | csl::RandEnvelope |
Namespaces | |
| namespace | csl |
| < we use the STL vector, map, and string classes | |
Defines | |
| #define | kLine 1 |
| #define | kExpon 2 |
Typedefs | |
| typedef int | csl::LineMode |
| typedef map< double, LineSegment * > | csl::Breakpoints |
| a map between a name/key and a port object (used for control and audio inputs) | |
| #define kLine 1 |
LineSegment flags for line interpolation.
Referenced by csl::LineSegment::dump(), csl::LineSegment::nextBuffer(), and testGliss().
| #define kExpon 2 |
Referenced by csl::LineSegment::LineSegment(), csl::LineSegment::nextBuffer(), testFancy_FM(), and testGliss().
1.5.8