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

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

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 6705  namespace { Line 6705  namespace {
6705      }      }
6706    
6707      /**      /**
6708       * Enable / disable automatic loading. By default this properyt is       * Enable / disable automatic loading. By default this property is
6709       * enabled and all informations are loaded automatically. However       * enabled and every information is loaded automatically. However
6710       * loading all Regions, DimensionRegions and especially samples might       * loading all Regions, DimensionRegions and especially samples might
6711       * take a long time for large .gig files, and sometimes one might only       * take a long time for large .gig files, and sometimes one might only
6712       * be interested in retrieving very superficial informations like the       * be interested in retrieving very superficial informations like the
# Line 6714  namespace { Line 6714  namespace {
6714       * automatic loading to avoid very slow response times.       * automatic loading to avoid very slow response times.
6715       *       *
6716       * @e CAUTION: by disabling this property many pointers (i.e. sample       * @e CAUTION: by disabling this property many pointers (i.e. sample
6717       * references) and informations will have invalid or even undefined       * references) and attributes will have invalid or even undefined
6718       * data! This feature is currently only intended for retrieving very       * data! This feature is currently only intended for retrieving very
6719       * superficial informations in a very fast way. Don't use it to retrieve       * superficial information in a very fast way. Don't use it to retrieve
6720       * details like synthesis informations or even to modify .gig files!       * details like synthesis information or even to modify .gig files!
6721       */       */
6722      void File::SetAutoLoad(bool b) {      void File::SetAutoLoad(bool b) {
6723          bAutoLoad = b;          bAutoLoad = b;

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

  ViewVC Help
Powered by ViewVC