MidiEvent Struct Reference
#include <track.h>
Detailed Description
An structure that represents a MIDI event.Represents a MIDI event.
- Version:
- 0.9.5 17/01/2000
- Author:
- Antonio Larrosa Jimenez <larrosa@kde.org>
Definition at line 37 of file track.h.
Public Attributes | |
| uchar | command |
| uchar | chn |
| uchar | note |
| uchar | vel |
| uchar | patch |
| uchar | ctl |
| uchar | d1 |
| uchar | d2 |
| uchar | d3 |
| uchar | d4 |
| uchar | d5 |
| uchar | d6 |
| ulong | length |
| uchar * | data |
Member Data Documentation
|
|
Channel.
|
|
|
MIDI Command. Caution, if a command doesn't use a variable, it may contain garbage. |
|
|
Patch (if command was a controller command).
|
|
|
Data 1.
|
|
|
Data 2.
|
|
|
Data 3.
|
|
|
Data 4.
|
|
|
Data 5.
|
|
|
Data 6.
|
|
|
The data for commands like text, sysex, etc.
|
|
|
Length of the generic data variable.
|
|
|
Note.
|
|
|
Patch (if command was a change patch command).
|
|
|
Velocity.
|
The documentation for this struct was generated from the following file:

