Enum MLDMOSupport.TMLDMOTimeMode
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 TMLDMOTimeMode = (stfCurrent, etfMusic, etfReference, etfSamples);
C++ Builder:
enum TMLDMOTimeMode {stfCurrent, etfMusic, etfReference, etfSamples};
Visual C++ (MFC):
enum CTMLDMOTimeMode {stfCurrent, etfMusic, etfReference, etfSamples};
Summary
Enumeration of envelope time modes.
Description
Defines an enumeration of envelope time modes.
Values
| stfCurrent | Use the current time mode. |
| etfMusic | Parts per quarter note. |
| etfReference | Normal time mode. |
| etfSamples | Samples per second. |