Definition of a Chord entry. More...
#include <Chords.h>
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. | |
Definition of a Chord entry.
| CFugue, the C++ Music Programming Library | © Copyright 2009 CineFx Digital Media Pvt Ltd. | Gopalakrishna Palem |