|
|
| version 1.1, 2003/10/16 17:58:09 | version 1.2, 2003/11/21 06:51:14 |
|---|---|
| Line 1 | Line 1 |
| #ifndef __VERMOUTH_H | |
| #define __VERMOUTH_H | |
| typedef struct { | typedef struct { |
| UINT samprate; | UINT samprate; |
| } *MIDIMOD; | } *MIDIMOD; |
| Line 32 void midiout_setgain(MIDIHDL hdl, int ga | Line 35 void midiout_setgain(MIDIHDL hdl, int ga |
| } | } |
| #endif | #endif |
| #endif | |