cmAudioSysMsg.h: Created cmAudioSysMsg_t data structure.
This commit is contained in:
bovenliggende
e5ee3deafd
commit
6ba8f0d22f
@ -17,7 +17,12 @@ extern "C" {
|
||||
kNetSyncSelAsId, // sent with a cmDspNetMsg_t object
|
||||
};
|
||||
|
||||
|
||||
typedef struct
|
||||
{
|
||||
unsigned asSubIdx;
|
||||
unsigned selAsId; // Message selector id See kXXXSelAsId above
|
||||
unsigned selId; // Message specific selector
|
||||
} cmAudioSysMsg_t;
|
||||
|
||||
// All of the UI messages that create a UI control contain an array of integers
|
||||
// as in the 'value' field. The array contains the id's associated with
|
||||
|
Laden…
Verwijs in nieuw issue
Block a user