Base class for envelopes. More...


Public Member Functions | |
| Iterable[float] | render (self, int num_samples) |
| Generates the envelope. More... | |
Base class whereby all supported envelope types are derived from.
Derived from the config.Model class and defines common interfaces for supported envelope types.
Note: This is an abstract class and cannot be instantiated.
| render | ( | self, | |
| int | num_samples | ||
| ) |
Interface definition for all classes deriving from this base class.
| [in] | num_samples | Number of samples of envelope data to generate. |
Reimplemented in GaussianEnvelope, Rectangular, and CustomEnvelope.

