Enum MLDMOSupport.TMLDMOCurveType
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: AudioLabBasicPkg
Unit: MLDMOSupport
Contents |
Syntax
Delphi:
type TMLDMOCurveType = (ctJump, ctLinear, ctSquare, ctInvSquare, ctSine);
C++ Builder:
enum TMLDMOCurveType {ctJump, ctLinear, ctSquare, ctInvSquare, ctSine};
Visual C++ (MFC):
enum CTMLDMOCurveType {ctJump, ctLinear, ctSquare, ctInvSquare, ctSine};
Summary
Enumeration of envelope curves.
Description
Defines an enumeration of envelope curves.
Values
ctJump | Direct jump to new value. |
ctLinear | Linear curve - y = x |
ctSquare | Square curve - y = x |
ctInvSquare | Inverse square curve - y = x |
ctSine | Sine curve - y = x |