/[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 3480 by schoenebeck, Thu Feb 21 20:10:08 2019 UTC revision 3481 by schoenebeck, Fri Feb 22 12:12:50 2019 UTC
# Line 575  namespace DLS { Line 575  namespace DLS {
575              Instrument* GetNextInstrument();  ///< Returns a pointer to the next <i>Instrument</i> object of the file, <i>NULL</i> otherwise.              Instrument* GetNextInstrument();  ///< Returns a pointer to the next <i>Instrument</i> object of the file, <i>NULL</i> otherwise.
576              Instrument* AddInstrument();              Instrument* AddInstrument();
577              void        DeleteInstrument(Instrument* pInstrument);              void        DeleteInstrument(Instrument* pInstrument);
578                RIFF::File* GetRiffFile();
579              RIFF::File* GetExtensionFile(int index);              RIFF::File* GetExtensionFile(int index);
580              virtual void UpdateChunks(progress_t* pProgress) OVERRIDE;              virtual void UpdateChunks(progress_t* pProgress) OVERRIDE;
581              virtual void Save(const String& Path, progress_t* pProgress = NULL);              virtual void Save(const String& Path, progress_t* pProgress = NULL);

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

  ViewVC Help
Powered by ViewVC