/[svn]/libgig/trunk/src/gig.h
ViewVC logotype

Diff of /libgig/trunk/src/gig.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1081 by schoenebeck, Thu Mar 8 00:17:03 2007 UTC revision 1093 by schoenebeck, Sun Mar 11 17:44:31 2007 UTC
# Line 326  namespace gig { Line 326  namespace gig {
326      class Region;      class Region;
327      class Group;      class Group;
328    
329      /** Encapsulates articulation information of a dimension region.      /** @brief Encapsulates articulation information of a dimension region.
330       *       *
331       *  Every Gigasampler Instrument has at least one dimension region       *  Every Gigasampler Instrument has at least one dimension region
332       *  (exactly then when it has no dimension defined).       *  (exactly then when it has no dimension defined).
# Line 731  namespace gig { Line 731  namespace gig {
731              std::list<Group*>::iterator GroupsIterator;              std::list<Group*>::iterator GroupsIterator;
732      };      };
733    
734      /** Will be thrown whenever a gig specific error occurs while trying to access a Gigasampler File. */      /**
735         * Will be thrown whenever a gig specific error occurs while trying to
736         * access a Gigasampler File. Note: In your application you should
737         * better catch for RIFF::Exception rather than this one, except you
738         * explicitly want to catch and handle gig::Exception, DLS::Exception
739         * and RIFF::Exception independently, which usually shouldn't be
740         * necessary though.
741         */
742      class Exception : public DLS::Exception {      class Exception : public DLS::Exception {
743          public:          public:
744              Exception(String Message);              Exception(String Message);

Legend:
Removed from v.1081  
changed lines
  Added in v.1093

  ViewVC Help
Powered by ViewVC