|
|
| version 1.6, 2006/12/16 12:11:07 | version 1.7, 2006/12/16 22:23:24 |
|---|---|
| Line 38 extern "C" { | Line 38 extern "C" { |
| #endif | #endif |
| VEXTERN UINT VEXPORT midiout_getver(char *string, int leng); | VEXTERN UINT VEXPORT midiout_getver(char *string, int leng); |
| VEXTERN MIDIHDL VEXPORT midiout_create(MIDIMOD module, UINT worksize); | VEXTERN MIDIHDL VEXPORT midiout_create(MIDIMOD mod, UINT worksize); |
| VEXTERN void VEXPORT midiout_destroy(MIDIHDL hdl); | VEXTERN void VEXPORT midiout_destroy(MIDIHDL hdl); |
| VEXTERN void VEXPORT midiout_shortmsg(MIDIHDL hdl, UINT32 msg); | VEXTERN void VEXPORT midiout_shortmsg(MIDIHDL hdl, UINT32 msg); |
| VEXTERN void VEXPORT midiout_longmsg(MIDIHDL hdl, const void *msg, UINT size); | VEXTERN void VEXPORT midiout_longmsg(MIDIHDL hdl, const void *msg, UINT size); |