Enum MLDMOSupport.TMLDMOEnvilopeStartMode
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 TMLDMOEnvilopeStartMode = (esmStartValue, semCurrentValue, semDefaultValue);
C++ Builder:
enum TMLDMOEnvilopeStartMode {esmStartValue, semCurrentValue, semDefaultValue};
Visual C++ (MFC):
enum CTMLDMOEnvilopeStartMode {esmStartValue, semCurrentValue, semDefaultValue};
Summary
Enumeration of envelope item start modes.
Description
Defines an enumeration of envelope item start modes.
Values
esmStartValue | Use the specified start value. |
semCurrentValue | Ignore the specified start value. Start from the current value. |
semDefaultValue | Ignore the specified start value. Start from the default value. |