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

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

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

revision 240 by schoenebeck, Wed Sep 15 13:37:12 2004 UTC revision 269 by schoenebeck, Fri Oct 8 17:25:28 2004 UTC
# Line 298  void PrintDimensionRegions(gig::Region* Line 298  void PrintDimensionRegions(gig::Region*
298                  cout << "UNKNOWN - please report this !";                  cout << "UNKNOWN - please report this !";
299          }          }
300          cout << ", VelocityResponseDepth=" << (int) pDimensionRegion->VelocityResponseDepth << ", VelocityResponseCurveScaling=" << (int) pDimensionRegion->VelocityResponseCurveScaling << endl;          cout << ", VelocityResponseDepth=" << (int) pDimensionRegion->VelocityResponseDepth << ", VelocityResponseCurveScaling=" << (int) pDimensionRegion->VelocityResponseCurveScaling << endl;
301            cout << "                Pan=" << (int) pDimensionRegion->Pan << endl;
302    
303          dimensionRegions++;          dimensionRegions++;
304      }      }

Legend:
Removed from v.240  
changed lines
  Added in v.269

  ViewVC Help
Powered by ViewVC