#include <Envelope.h>

Public Member Functions | |
| Triangle () | |
| Various Constructors. | |
| Triangle (LineMode mode, float duration, float amplitude) | |
| Simple constructor. | |
| Triangle (LineMode mode, float duration, float initialDelay, float amplitude) | |
| Versions with initial delay segments. | |
| Triangle (float duration, float amplitude) | |
| Simple constructor. | |
| Triangle (float duration, float initialDelay, float amplitude) | |
| Versions with initial delay segments. | |
| ~Triangle () | |
| Minimal version - AR. | |
| csl::Triangle::Triangle | ( | ) | [inline] |
Various Constructors.
| Triangle::Triangle | ( | LineMode | mode, | |
| float | duration, | |||
| float | amplitude | |||
| ) |
Simple constructor.
~~~~~ Triangle class ~~~~~
| Triangle::Triangle | ( | LineMode | mode, | |
| float | duration, | |||
| float | initialDelay, | |||
| float | amplitude | |||
| ) |
Versions with initial delay segments.
| Triangle::Triangle | ( | float | duration, | |
| float | amplitude | |||
| ) |
Simple constructor.
| Triangle::Triangle | ( | float | duration, | |
| float | initialDelay, | |||
| float | amplitude | |||
| ) |
Versions with initial delay segments.
| csl::Triangle::~Triangle | ( | ) | [inline] |
Minimal version - AR.
1.5.8