| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to midimod.h CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / np2 / sound / vermouth | 
| version 1.1.1.1, 2003/10/16 17:58:10 | version 1.2, 2005/02/07 14:46:13 | 
|---|---|
| Line 22 enum { | Line 22 enum { | 
| typedef struct { | typedef struct { | 
| char *name; | char *name; | 
| int amp; | int amp; | 
| BYTE flag; | UINT8 flag; | 
| BYTE pan; | UINT8 pan; | 
| BYTE note; | UINT8 note; | 
| } _TONECFG, *TONECFG; | } _TONECFG, *TONECFG; |