CFugue
|
Class representing a Musical Note More...
#include <Note.h>
Public Types | |
enum | NoteTypes { FIRST, SEQUENTIAL, PARALLEL } |
enum | DefaultVelocities : long { DEFAULT_ATTACK_VELOCITY = 64, DEFAULT_DECAY_VELOCITY = 64 } |
Default Values More... | |
Public Attributes | |
bool | isRest |
Specifies if this is a Rest Note or not. | |
short | noteNumber |
Midi Note Value. C5 is 60. | |
double | decimalDuration |
Specifies the Duration of the note in double. | |
long | duration |
Specifies the Duration of the note in long. | |
bool | isStartOfTie |
Indicates if this is the first note in a Tie. | |
bool | isEndOfTie |
Indciates if this is the last note in a Tie. | |
unsigned short | attackVelocity |
Specifies the attack velocity of this note. | |
unsigned short | decayVelocity |
Specifies the decay velocity of this note. | |
enum CFugue::Note::NoteTypes | type |
Specifies the type of this note. | |
enum CFugue::Note::DefaultVelocities : long |
CFugue, the C++ Music Programming Library | © Copyright 2009 Cenacle Research India Private Limited | Gopalakrishna Palem |