Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The DMUS_IO_SYSEX_ITEM structure contains information about a system exclusive MIDI message. Used in the Sysex Track Chunk.
Syntax
typedef struct _DMUS_IO_SYSEX_ITEM {
MUSIC_TIME mtTime;
DWORD dwPChannel;
DWORD dwSysExLength;
} DMUS_IO_SYSEX_ITEM;
Members
mtTime
Time of the message.
dwPChannel
Performance channel of the event.
dwSysExLength
Length of the data, in bytes.
Requirements
** Header:** Dmusicf.h
See Also