/[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 1953 by schoenebeck, Thu Jul 30 08:16:02 2009 UTC revision 2274 by schoenebeck, Mon Sep 19 21:41:34 2011 UTC
# Line 1430  namespace DLS { Line 1430  namespace DLS {
1430          delete pInstrument;          delete pInstrument;
1431      }      }
1432    
1433        /** @brief File name of this DLS file.
1434         *
1435         * This method returns the file name as it was provided when loading
1436         * the respective DLS file. However in case the File object associates
1437         * an empty, that is new DLS file, which was not yet saved to disk,
1438         * this method will return an empty string.
1439         */
1440        String File::GetFileName() {
1441            return pRIFF->GetFileName();
1442        }
1443    
1444      /**      /**
1445       * Apply all the DLS file's current instruments, samples and settings to       * Apply all the DLS file's current instruments, samples and settings to
1446       * the respective RIFF chunks. You have to call Save() to make changes       * the respective RIFF chunks. You have to call Save() to make changes

Legend:
Removed from v.1953  
changed lines
  Added in v.2274

  ViewVC Help
Powered by ViewVC