/[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 806 by schoenebeck, Sat Nov 12 19:53:53 2005 UTC revision 823 by schoenebeck, Fri Dec 23 01:38:50 2005 UTC
# Line 317  namespace DLS { Line 317  namespace DLS {
317              String Commissioned;     ///< <ICMS-ck>. Lists the name of the person or organization that commissioned the subject of the file, e.g., Pope Julian II.              String Commissioned;     ///< <ICMS-ck>. Lists the name of the person or organization that commissioned the subject of the file, e.g., Pope Julian II.
318    
319              Info(RIFF::List* list);              Info(RIFF::List* list);
320                virtual ~Info();
321              virtual void UpdateChunks();              virtual void UpdateChunks();
322          private:          private:
323              RIFF::List* pResourceListChunk;              RIFF::List* pResourceListChunk;
# Line 455  namespace DLS { Line 456  namespace DLS {
456              RegionList::iterator RegionsIterator;              RegionList::iterator RegionsIterator;
457    
458              Instrument(File* pFile, RIFF::List* insList);              Instrument(File* pFile, RIFF::List* insList);
459              void LoadRegions();              virtual void LoadRegions();
460              virtual ~Instrument();              virtual ~Instrument();
461              friend class File;              friend class File;
462      };      };
# Line 495  namespace DLS { Line 496  namespace DLS {
496              uint32_t*                pWavePoolTableHi;              uint32_t*                pWavePoolTableHi;
497              bool                     b64BitWavePoolOffsets;              bool                     b64BitWavePoolOffsets;
498    
499              void LoadSamples();              virtual void LoadSamples();
500              void LoadInstruments();              virtual void LoadInstruments();
501              void __ensureMandatoryChunksExist();              void __ensureMandatoryChunksExist();
502              friend class Region; // Region has to look in the wave pool table to get its sample              friend class Region; // Region has to look in the wave pool table to get its sample
503          private:          private:

Legend:
Removed from v.806  
changed lines
  Added in v.823

  ViewVC Help
Powered by ViewVC