|
MusicKit
0.0.0
|
Each raw event consists of a MIDI message byte and a time stamp. More...
#include <SndStruct.h>
Public Attributes | |
| int | magic |
| int | dataLocation |
| int | dataSize |
| int | dataFormat |
| int | samplingRate |
| int | channelCount |
| char | info [4] |
Each raw event consists of a MIDI message byte and a time stamp.
The number of channels.
The data format code.
Offset or pointer to the raw data.
Number of bytes of data in the raw data.
| char SndSoundStruct::info |
Textual information relating to the sound.
Must be equal to SND_MAGIC.
The sampling rate.
1.7.6.1