/[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 2328 by schoenebeck, Mon Sep 19 21:41:34 2011 UTC revision 2329 by schoenebeck, Mon Mar 12 14:59:10 2012 UTC
# Line 479  namespace DLS { Line 479  namespace DLS {
479              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.
480              Instrument* AddInstrument();              Instrument* AddInstrument();
481              void        DeleteInstrument(Instrument* pInstrument);              void        DeleteInstrument(Instrument* pInstrument);
482                RIFF::File* GetExtensionFile(int index);
483              virtual void UpdateChunks();              virtual void UpdateChunks();
484              virtual void Save(const String& Path);              virtual void Save(const String& Path);
485              virtual void Save();              virtual void Save();

Legend:
Removed from v.2328  
changed lines
  Added in v.2329

  ViewVC Help
Powered by ViewVC