--- libgig/trunk/src/gigdump.cpp 2004/09/15 13:37:12 240 +++ libgig/trunk/src/gigdump.cpp 2004/10/08 17:25:28 269 @@ -298,6 +298,7 @@ cout << "UNKNOWN - please report this !"; } cout << ", VelocityResponseDepth=" << (int) pDimensionRegion->VelocityResponseDepth << ", VelocityResponseCurveScaling=" << (int) pDimensionRegion->VelocityResponseCurveScaling << endl; + cout << " Pan=" << (int) pDimensionRegion->Pan << endl; dimensionRegions++; }