|
|
| version 1.4, 2005/03/29 06:50:38 | version 1.5, 2006/12/10 11:14:31 |
|---|---|
| Line 49 typedef struct { | Line 49 typedef struct { |
| int freq; | int freq; |
| } _INSTRUMENT, *INSTRUMENT; | } _INSTRUMENT, *INSTRUMENT; |
| struct _miditoneloadparam; | |
| #ifdef __cplusplus | #ifdef __cplusplus |
| extern "C" { | extern "C" { |
| Line 56 extern "C" { | Line 57 extern "C" { |
| int inst_singleload(MIDIMOD mod, UINT bank, UINT num); | int inst_singleload(MIDIMOD mod, UINT bank, UINT num); |
| int inst_bankload(MIDIMOD mod, UINT bank); | int inst_bankload(MIDIMOD mod, UINT bank); |
| int inst_bankloadex(MIDIMOD mod, UINT bank, int (*cb)(struct _miditoneloadparam *param), struct _miditoneloadparam *param); | |
| void inst_bankfree(MIDIMOD mod, UINT bank); | void inst_bankfree(MIDIMOD mod, UINT bank); |
| UINT inst_gettones(MIDIMOD mod, UINT bank); | |
| #ifdef __cplusplus | #ifdef __cplusplus |
| } | } |