/[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 1207 by persson, Sat May 26 13:59:40 2007 UTC revision 1301 by persson, Sat Aug 25 09:59:53 2007 UTC
# Line 478  namespace gig { Line 478  namespace gig {
478          protected:          protected:
479              uint8_t* VelocityTable; ///< For velocity dimensions with custom defined zone ranges only: used for fast converting from velocity MIDI value to dimension bit number.              uint8_t* VelocityTable; ///< For velocity dimensions with custom defined zone ranges only: used for fast converting from velocity MIDI value to dimension bit number.
480              DimensionRegion(RIFF::List* _3ewl);              DimensionRegion(RIFF::List* _3ewl);
481                DimensionRegion(RIFF::List* _3ewl, const DimensionRegion& src);
482             ~DimensionRegion();             ~DimensionRegion();
483              friend class Region;              friend class Region;
484          private:          private:

Legend:
Removed from v.1207  
changed lines
  Added in v.1301

  ViewVC Help
Powered by ViewVC