expenvelope package
Expenvelope is a library for expressing piecewise exponential curves, with musical applications in mind.
(This is modeled in some ways on the Env class in SuperCollider.) Contents of this package include the envelope
module, which defines the central Envelope
class, and the envelope_segment module,
which defines the EnvelopeSegment
class, out of which an
Envelope
is built.
Modules:
Module containing the central |
|
Module containing the |
|
Module containing the |
Public-Facing API (result of import *):
|
Class representing a piece-wise exponential function. |
|
A segment of an envelope, with the ability to perform interpolation and integration. |