/[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 282 by schoenebeck, Wed Oct 13 20:05:42 2004 UTC revision 334 by schoenebeck, Mon Jan 3 00:53:42 2005 UTC
# Line 271  void PrintDimensionRegions(gig::Region* Line 271  void PrintDimensionRegions(gig::Region*
271              if (pSample->pInfo->Name != "") {              if (pSample->pInfo->Name != "") {
272                  cout << "\"" << pSample->pInfo->Name << "\", ";                  cout << "\"" << pSample->pInfo->Name << "\", ";
273              }              }
274              cout << pSample->SamplesPerSecond << "Hz, " << endl;              cout << pSample->SamplesPerSecond << "Hz, ";
275                cout << "UnityNote=" << (int) pDimensionRegion->UnityNote << ", FineTune=" << (int) pDimensionRegion->FineTune << endl;
276          }          }
277          else {          else {
278              cout << "                Sample: <NO_VALID_SAMPLE_REFERENCE> " << endl;              cout << "                Sample: <NO_VALID_SAMPLE_REFERENCE> " << endl;

Legend:
Removed from v.282  
changed lines
  Added in v.334

  ViewVC Help
Powered by ViewVC