/[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 1713 by persson, Thu Mar 6 20:42:22 2008 UTC revision 2274 by schoenebeck, Mon Sep 19 21:41:34 2011 UTC
# Line 2  Line 2 
2   *                                                                         *   *                                                                         *
3   *   libgig - C++ cross-platform Gigasampler format file access library    *   *   libgig - C++ cross-platform Gigasampler format file access library    *
4   *                                                                         *   *                                                                         *
5   *   Copyright (C) 2003-2007 by Christian Schoenebeck                      *   *   Copyright (C) 2003-2009 by Christian Schoenebeck                      *
6   *                              <cuse@users.sourceforge.net>               *   *                              <cuse@users.sourceforge.net>               *
7   *                                                                         *   *                                                                         *
8   *   This library is free software; you can redistribute it and/or modify  *   *   This library is free software; you can redistribute it and/or modify  *
# 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.1713  
changed lines
  Added in v.2274

  ViewVC Help
Powered by ViewVC