NoteArray::noteCmd Struct Reference
List of all members.Public Attributes | |
ulong | ms |
int | chn |
int | cmd |
int | note |
Detailed Description
Definition at line 45 of file notearray.h.
Member Data Documentation
|
ms from beginning of song
Definition at line 49 of file notearray.h. Referenced by NoteArray::add(), NoteArray::at(), and NoteArray::moveIteratorTo(). |
|
The channel.
Definition at line 54 of file notearray.h. Referenced by NoteArray::add(), NoteArray::at(), and NoteArray::moveIteratorTo(). |
|
0 note off, 1 note on, 2 change patch
Definition at line 59 of file notearray.h. Referenced by NoteArray::add(), NoteArray::at(), and NoteArray::moveIteratorTo(). |
|
The note. If cmd==2, then the patch is stored in "note" Definition at line 66 of file notearray.h. Referenced by NoteArray::add(), NoteArray::at(), and NoteArray::moveIteratorTo(). |
The documentation for this struct was generated from the following file: