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

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

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

revision 402 by schoenebeck, Tue Feb 22 19:18:16 2005 UTC revision 406 by persson, Wed Feb 23 19:11:07 2005 UTC
# Line 273  void PrintDimensionRegions(gig::Region* Line 273  void PrintDimensionRegions(gig::Region*
273                  cout << "\"" << pSample->pInfo->Name << "\", ";                  cout << "\"" << pSample->pInfo->Name << "\", ";
274              }              }
275              cout << pSample->SamplesPerSecond << "Hz, ";              cout << pSample->SamplesPerSecond << "Hz, ";
276              cout << "UnityNote=" << (int) pDimensionRegion->UnityNote << ", FineTune=" << (int) pDimensionRegion->FineTune << endl;              cout << "UnityNote=" << (int) pDimensionRegion->UnityNote << ", FineTune=" << (int) pDimensionRegion->FineTune << ", Gain=" << (-pDimensionRegion->Gain / 655360.0) << "dB, SampleStartOffset=" << pDimensionRegion->SampleStartOffset << endl;
277          }          }
278          else {          else {
279              cout << "                Sample: <NO_VALID_SAMPLE_REFERENCE> " << endl;              cout << "                Sample: <NO_VALID_SAMPLE_REFERENCE> " << endl;

Legend:
Removed from v.402  
changed lines
  Added in v.406

  ViewVC Help
Powered by ViewVC