Microsoft DirectX 8.1 (C++)

DMUS_STYLET_TYPES

The DMUS_STYLET_TYPES enumerated type is used in the IDirectMusicPatternTrack8::SetPatternByName and IDirectMusicStyle8::EnumPattern methods to specify a type of pattern.

Syntax

typedef enum enumDMUS_STYLET_TYPES {
  DMUS_STYLET_PATTERN  = 0,
  DMUS_STYLET_MOTIF    = 1,
  DMUS_STYLET_FRAGMENT = 2,
} DMUS_STYLET_TYPES;

Constants

DMUS_STYLET_PATTERN

Normal pattern.

DMUS_STYLET_MOTIF

Motif pattern.

DMUS_STYLET_FRAGMENT

Not implemented.

Requirements

  Header: Declared in dmusici.h.