Diff for /np2/sound/vermouth/vermouth.h between versions 1.1 and 1.4

version 1.1, 2003/10/16 17:58:09 version 1.4, 2005/03/18 09:23:11
Line 1 Line 1
   
   #ifndef __VERMOUTH_H
   #define __VERMOUTH_H
   
 typedef struct {  typedef struct {
         UINT    samprate;          UINT    samprate;
 } *MIDIMOD;  } *MIDIMOD;
Line 13  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);
Line 32  void midiout_setgain(MIDIHDL hdl, int ga Line 37  void midiout_setgain(MIDIHDL hdl, int ga
 }  }
 #endif  #endif
   
   #endif
   

Removed from v.1.1  
changed lines
  Added in v.1.4


RetroPC.NET-CVS <cvs@retropc.net>