Diff for /np2/sound/vermouth/midinst.h between versions 1.2 and 1.3

version 1.2, 2003/11/28 08:01:33 version 1.3, 2005/02/07 14:46:13
Line 38  typedef struct { Line 38  typedef struct {
         int             tremolo_step;          int             tremolo_step;
         int             vibrate_sweep;          int             vibrate_sweep;
         int             vibrate_rate;          int             vibrate_rate;
         BYTE    tremolo_depth;          UINT8   tremolo_depth;
         BYTE    vibrate_depth;          UINT8   vibrate_depth;
         BYTE    mode;          UINT8   mode;
         BYTE    panpot;          UINT8   panpot;
 } _INSTLAYER, *INSTLAYER;  } _INSTLAYER, *INSTLAYER;
   
 typedef struct {  typedef struct {

Removed from v.1.2  
changed lines
  Added in v.1.3


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