[gmpi] Re: GMPI SDK snapshot online
- From: "Jack O'Quin" <joq@xxxxxx>
- To: gmpi@xxxxxxxxxxxxx
- Date: Sun, 17 Apr 2005 19:41:54 -0500
Tim Hockin <thockin@xxxxxxxxxx> writes:
> I have put the GMPI SDK snapshot online. It still doesn't *do* much, but
> it does explore the models and ideas we have talked about, thus far.
>
> Browse the tree: http://www.gmpi-plugins.org/gmpi_sdk/
> Download the source: http://www.gmpi-plugins.org/gmpi_sdk-20050410.tar.gz
>
> There are a lot of things to do, that I want to get opinions and
> ideas on. Some are minor and some are major. I'm just going to
> catalog them all here. Please take a few minutes to think about
> these things and have a look.
This is probably a stupid question, but why define the GUID this way?
/*
* Globally Unique Identifier
*
* This is the established layout for a GUID.
*/
struct GMPI_Guid {
uint32_t data1;
uint16_t data2;
uint16_t data3;
unsigned char data4[8];
};
Why not just a single `unsigned char data[16]'?
--
joq
----------------------------------------------------------------------
Generalized Music Plugin Interface (GMPI) public discussion list
Participation in this list is contingent upon your abiding by the
following rules: Please stay on topic. You are responsible for your own
words. Please respect your fellow subscribers. Please do not
redistribute anyone else's words without their permission.
Archive: http://www.freelists.org/archives/gmpi
Email gmpi-request@xxxxxxxxxxxxx w/ subject "unsubscribe" to unsubscribe
- Follow-Ups:
- [gmpi] Re: GMPI SDK snapshot online
- From: Tim Hockin
- References:
- [gmpi] GMPI SDK snapshot online
- From: Tim Hockin
Other related posts:
- » [gmpi] GMPI SDK snapshot online
- » [gmpi] Re: GMPI SDK snapshot online
- » [gmpi] Re: GMPI SDK snapshot online
- » [gmpi] Re: GMPI SDK snapshot online
- » [gmpi] Re: GMPI SDK snapshot online
- » [gmpi] Re: GMPI SDK snapshot online
- » [gmpi] Re: GMPI SDK snapshot online
- [gmpi] Re: GMPI SDK snapshot online
- From: Tim Hockin
- [gmpi] GMPI SDK snapshot online
- From: Tim Hockin