|
|
| version 1.5, 2006/12/10 11:14:31 | version 1.6, 2006/12/16 12:11:07 |
|---|---|
| Line 50 typedef struct { | Line 50 typedef struct { |
| } _INSTRUMENT, *INSTRUMENT; | } _INSTRUMENT, *INSTRUMENT; |
| struct _miditoneloadparam; | struct _miditoneloadparam; |
| typedef struct _miditoneloadparam MIDIOUTLAEXPARAM; | |
| typedef int (VERMOUTHCL *FNMIDIOUTLAEXCB)(MIDIOUTLAEXPARAM *param); | |
| #ifdef __cplusplus | #ifdef __cplusplus |
| extern "C" { | extern "C" { |
| #endif | #endif |
| int inst_singleload(MIDIMOD mod, UINT bank, UINT num); | int VERMOUTHCL inst_singleload(MIDIMOD mod, UINT bank, UINT num); |
| int inst_bankload(MIDIMOD mod, UINT bank); | int VERMOUTHCL inst_bankload(MIDIMOD mod, UINT bank); |
| int inst_bankloadex(MIDIMOD mod, UINT bank, int (*cb)(struct _miditoneloadparam *param), struct _miditoneloadparam *param); | int VERMOUTHCL inst_bankloadex(MIDIMOD mod, UINT bank, |
| void inst_bankfree(MIDIMOD mod, UINT bank); | FNMIDIOUTLAEXCB cb, MIDIOUTLAEXPARAM *param); |
| UINT inst_gettones(MIDIMOD mod, UINT bank); | void VERMOUTHCL inst_bankfree(MIDIMOD mod, UINT bank); |
| UINT VERMOUTHCL inst_gettones(MIDIMOD mod, UINT bank); | |
| #ifdef __cplusplus | #ifdef __cplusplus |
| } | } |