|
|
| version 1.2, 2003/11/21 06:51:14 | version 1.4, 2005/03/18 09:23:11 |
|---|---|
| Line 16 typedef struct { | Line 16 typedef struct { |
| extern "C" { | extern "C" { |
| #endif | #endif |
| UINT midiout_getver(char *string, int leng); | UINT midiout_getver(OEMCHAR *string, int leng); |
| MIDIMOD midimod_create(UINT samprate); | MIDIMOD midimod_create(UINT samprate); |
| void midimod_destroy(MIDIMOD hdl); | void midimod_destroy(MIDIMOD hdl); |
| void midimod_loadprogram(MIDIMOD hdl, UINT num); | void midimod_loadprogram(MIDIMOD hdl, UINT num); |
| void midimod_loadrhythm(MIDIMOD hdl, UINT num); | void midimod_loadrhythm(MIDIMOD hdl, UINT num); |
| void midimod_loadgm(MIDIMOD hdl); | |
| void midimod_loadall(MIDIMOD hdl); | |
| MIDIHDL midiout_create(MIDIMOD module, UINT worksize); | MIDIHDL midiout_create(MIDIMOD module, UINT worksize); |
| void midiout_destroy(MIDIHDL hdl); | void midiout_destroy(MIDIHDL hdl); |