/[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 1180 by persson, Sat May 12 12:39:25 2007 UTC revision 1183 by persson, Sun May 13 10:34:29 2007 UTC
# Line 1073  namespace DLS { Line 1073  namespace DLS {
1073       * to add samples, instruments and finally call Save() to actually write       * to add samples, instruments and finally call Save() to actually write
1074       * a DLS file.       * a DLS file.
1075       */       */
1076      File::File() : Resource(NULL, pRIFF = new RIFF::File(RIFF_TYPE_DLS)) {      File::File() : Resource(NULL, pRIFF = new RIFF::File(RIFF_TYPE_DLS, RIFF::endian_little)) {
1077          pVersion = new version_t;          pVersion = new version_t;
1078          pVersion->major   = 0;          pVersion->major   = 0;
1079          pVersion->minor   = 0;          pVersion->minor   = 0;

Legend:
Removed from v.1180  
changed lines
  Added in v.1183

  ViewVC Help
Powered by ViewVC