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

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

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

revision 3480 by schoenebeck, Thu Feb 21 20:10:08 2019 UTC revision 3481 by schoenebeck, Fri Feb 22 12:12:50 2019 UTC
# Line 1798  namespace DLS { Line 1798  namespace DLS {
1798      }      }
1799    
1800      /**      /**
1801         * Returns the underlying RIFF::File used for persistency of this DLS::File
1802         * object.
1803         */
1804        RIFF::File* File::GetRiffFile() {
1805            return pRIFF;
1806        }
1807    
1808        /**
1809       * Returns extension file of given index. Extension files are used       * Returns extension file of given index. Extension files are used
1810       * sometimes to circumvent the 2 GB file size limit of the RIFF format and       * sometimes to circumvent the 2 GB file size limit of the RIFF format and
1811       * of certain operating systems in general. In this case, instead of just       * of certain operating systems in general. In this case, instead of just

Legend:
Removed from v.3480  
changed lines
  Added in v.3481

  ViewVC Help
Powered by ViewVC