/[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 3962 by schoenebeck, Sat Jun 19 08:01:49 2021 UTC revision 3963 by schoenebeck, Sat Jun 19 12:02:19 2021 UTC
# Line 530  namespace DLS { Line 530  namespace DLS {
530              uint32_t MIDIProgram;    ///< Specifies the MIDI Program Change Number this Instrument should be assigned to.              uint32_t MIDIProgram;    ///< Specifies the MIDI Program Change Number this Instrument should be assigned to.
531              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.
532    
533                size_t   CountRegions();
534              Region*  GetRegionAt(size_t pos);              Region*  GetRegionAt(size_t pos);
535              Region*  GetFirstRegion() LIBGIG_DEPRECATED_API("Use GetRegionAt() instead.");              Region*  GetFirstRegion() LIBGIG_DEPRECATED_API("Use GetRegionAt() instead.");
536              Region*  GetNextRegion() LIBGIG_DEPRECATED_API("Use GetRegionAt() instead.");              Region*  GetNextRegion() LIBGIG_DEPRECATED_API("Use GetRegionAt() instead.");

Legend:
Removed from v.3962  
changed lines
  Added in v.3963

  ViewVC Help
Powered by ViewVC