Diff for /np2/sound/vermouth/midiout.h between versions 1.9 and 1.10

version 1.9, 2006/12/10 11:14:31 version 1.10, 2006/12/16 09:43:24
Line 61  enum { Line 61  enum {
   
 struct _midimodule {  struct _midimodule {
         UINT            samprate;          UINT            samprate;
           UINT            lockcount;
         INSTRUMENT      *tone[MIDI_BANKS * 2];          INSTRUMENT      *tone[MIDI_BANKS * 2];
         TONECFG         tonecfg[MIDI_BANKS * 2];          TONECFG         tonecfg[MIDI_BANKS * 2];
   

Removed from v.1.9  
changed lines
  Added in v.1.10


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