/[svn]/libgig/trunk/src/DLS.h
ViewVC logotype

Diff of /libgig/trunk/src/DLS.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 384 by schoenebeck, Thu Feb 17 02:22:26 2005 UTC revision 666 by persson, Sun Jun 19 15:18:59 2005 UTC
# Line 473  namespace DLS { Line 473  namespace DLS {
473              InstrumentList::iterator InstrumentsIterator;              InstrumentList::iterator InstrumentsIterator;
474              uint32_t                 WavePoolCount;              uint32_t                 WavePoolCount;
475              uint32_t*                pWavePoolTable;              uint32_t*                pWavePoolTable;
476                uint32_t*                pWavePoolTableHi;
477    
478              void LoadSamples();              void LoadSamples();
479              void LoadInstruments();              void LoadInstruments();
# Line 486  namespace DLS { Line 487  namespace DLS {
487              void PrintMessage();              void PrintMessage();
488      };      };
489    
490        String libraryName();
491        String libraryVersion();
492    
493  } // namespace DLS  } // namespace DLS
494    
495  #endif // __DLS_H__  #endif // __DLS_H__

Legend:
Removed from v.384  
changed lines
  Added in v.666

  ViewVC Help
Powered by ViewVC