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

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

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

revision 918 by persson, Sat Sep 2 08:45:37 2006 UTC revision 928 by persson, Tue Oct 24 19:32:47 2006 UTC
# Line 312  namespace { Line 312  namespace {
312              // use default values              // use default values
313              Manufacturer  = 0;              Manufacturer  = 0;
314              Product       = 0;              Product       = 0;
315              SamplePeriod  = 1 / SamplesPerSecond;              SamplePeriod  = uint32_t(1000000000.0 / SamplesPerSecond + 0.5);
316              MIDIUnityNote = 64;              MIDIUnityNote = 64;
317              FineTune      = 0;              FineTune      = 0;
318              SMPTEOffset   = 0;              SMPTEOffset   = 0;

Legend:
Removed from v.918  
changed lines
  Added in v.928

  ViewVC Help
Powered by ViewVC