libkmid Library API Documentation

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

ulong NoteArray::noteCmd::ms
 

ms from beginning of song

Definition at line 49 of file notearray.h.

Referenced by NoteArray::add(), NoteArray::at(), and NoteArray::moveIteratorTo().

int NoteArray::noteCmd::chn
 

The channel.

Definition at line 54 of file notearray.h.

Referenced by NoteArray::add(), NoteArray::at(), and NoteArray::moveIteratorTo().

int NoteArray::noteCmd::cmd
 

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().

int NoteArray::noteCmd::note
 

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:
KDE Logo
This file is part of the documentation for libkmid Library Version 3.4.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Mon Jun 12 11:40:10 2006 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003