Public Types | Public Attributes
MusicNoteLib::ChordDef Struct Reference

Definition of a Chord entry. More...

#include <Chords.h>

List of all members.

Public Types

enum  { MAX_INTERVALS = 16, MAX_NAME = 16 }
typedef signed short HALFSTEP

Public Attributes

TCHAR szChordName [MAX_NAME]
 Name of the Chord.
HALFSTEP Intervals [MAX_INTERVALS]
 The half-step intervals for the Chord. Zero indicates root note.
unsigned short nIntervalCount
 Number of valid entries in the Intervals[] array.

Detailed Description

Definition of a Chord entry.


The documentation for this struct was generated from the following file:

CFugue, the C++ Music Programming Library © Copyright 2009 CineFx Digital Media Pvt Ltd. Gopalakrishna Palem