/[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 3929 by schoenebeck, Tue Jun 15 11:38:38 2021 UTC revision 3930 by schoenebeck, Tue Jun 15 12:42:55 2021 UTC
# Line 530  namespace DLS { Line 530  namespace DLS {
530              uint32_t Regions;        ///< Reflects the number of <i>Region</i> defintions this Instrument has.              uint32_t Regions;        ///< Reflects the number of <i>Region</i> defintions this Instrument has.
531    
532              Region*  GetRegionAt(size_t pos);              Region*  GetRegionAt(size_t pos);
533              Region*  GetFirstRegion() LIBGIG_DEPRECATED("Use GetRegionAt() instead.");              Region*  GetFirstRegion() LIBGIG_DEPRECATED_API("Use GetRegionAt() instead.");
534              Region*  GetNextRegion() LIBGIG_DEPRECATED("Use GetRegionAt() instead.");              Region*  GetNextRegion() LIBGIG_DEPRECATED_API("Use GetRegionAt() instead.");
535              Region*  AddRegion();              Region*  AddRegion();
536              void     DeleteRegion(Region* pRegion);              void     DeleteRegion(Region* pRegion);
537              virtual void UpdateChunks(progress_t* pProgress) OVERRIDE;              virtual void UpdateChunks(progress_t* pProgress) OVERRIDE;
# Line 569  namespace DLS { Line 569  namespace DLS {
569              String      GetFileName();              String      GetFileName();
570              void        SetFileName(const String& name);              void        SetFileName(const String& name);
571              Sample*     GetSample(size_t index);              Sample*     GetSample(size_t index);
572              Sample*     GetFirstSample() LIBGIG_DEPRECATED("Use GetSample() instead.");              Sample*     GetFirstSample() LIBGIG_DEPRECATED_API("Use GetSample() instead.");
573              Sample*     GetNextSample() LIBGIG_DEPRECATED("Use GetSample() instead.");              Sample*     GetNextSample() LIBGIG_DEPRECATED_API("Use GetSample() instead.");
574              Sample*     AddSample();              Sample*     AddSample();
575              void        DeleteSample(Sample* pSample);              void        DeleteSample(Sample* pSample);
576              Instrument* GetFirstInstrument(); ///< Returns a pointer to the first <i>Instrument</i> object of the file, <i>NULL</i> otherwise.              Instrument* GetFirstInstrument(); ///< Returns a pointer to the first <i>Instrument</i> object of the file, <i>NULL</i> otherwise.

Legend:
Removed from v.3929  
changed lines
  Added in v.3930

  ViewVC Help
Powered by ViewVC