| version 1.3, 2003/11/21 06:51:14 | version 1.5, 2003/11/30 12:32:04 | 
| Line 1 | Line 1 | 
 |  |  | 
 | #define MIDI_GMONLY |  | 
 |  |  | 
 | #if !defined(_WIN32_WCE) && !defined(SLZAURUS) | #if !defined(_WIN32_WCE) && !defined(SLZAURUS) | 
 | #define ENABLE_TREMOLO | #define ENABLE_TREMOLO | 
 | #define ENABLE_VIRLATE | #define ENABLE_VIRLATE | 
 |  | #else | 
 |  | #define MIDI_GMONLY | 
 | #endif | #endif | 
 |  |  | 
 | struct _midimodule; | struct _midimodule; | 
| Line 70  struct _midictrl { | Line 70  struct _midictrl { | 
 | UINT            worksize; | UINT            worksize; | 
 | int                     level; | int                     level; | 
 | BYTE            status; | BYTE            status; | 
| char            gain; | SINT8           gain; | 
 | BYTE            master; | BYTE            master; | 
 |  |  | 
 | MIDIMOD         module; | MIDIMOD         module; | 
| Line 101  AEXTERN _MIDIMOD AEXPORT * midimod_creat | Line 101  AEXTERN _MIDIMOD AEXPORT * midimod_creat | 
 | AEXTERN void AEXPORT midimod_destroy(MIDIMOD hdl); | AEXTERN void AEXPORT midimod_destroy(MIDIMOD hdl); | 
 | AEXTERN void AEXPORT midimod_loadprogram(MIDIMOD hdl, UINT num); | AEXTERN void AEXPORT midimod_loadprogram(MIDIMOD hdl, UINT num); | 
 | AEXTERN void AEXPORT midimod_loadrhythm(MIDIMOD hdl, UINT num); | AEXTERN void AEXPORT midimod_loadrhythm(MIDIMOD hdl, UINT num); | 
 |  | AEXTERN void AEXPORT midimod_loadgm(MIDIMOD hdl); | 
 |  | AEXTERN void AEXPORT midimod_loadall(MIDIMOD hdl); | 
 |  |  | 
 | AEXTERN _MIDIHDL AEXPORT * midiout_create(MIDIMOD module, UINT worksize); | AEXTERN _MIDIHDL AEXPORT * midiout_create(MIDIMOD module, UINT worksize); | 
 | AEXTERN void AEXPORT midiout_destroy(MIDIHDL hdl); | AEXTERN void AEXPORT midiout_destroy(MIDIHDL hdl); |