/[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 1217 by persson, Sun May 27 13:54:24 2007 UTC revision 1218 by persson, Fri Jun 1 19:19:28 2007 UTC
# Line 362  namespace { Line 362  namespace {
362              Manufacturer  = 0;              Manufacturer  = 0;
363              Product       = 0;              Product       = 0;
364              SamplePeriod  = uint32_t(1000000000.0 / SamplesPerSecond + 0.5);              SamplePeriod  = uint32_t(1000000000.0 / SamplesPerSecond + 0.5);
365              MIDIUnityNote = 64;              MIDIUnityNote = 60;
366              FineTune      = 0;              FineTune      = 0;
367              SMPTEFormat   = smpte_format_no_offset;              SMPTEFormat   = smpte_format_no_offset;
368              SMPTEOffset   = 0;              SMPTEOffset   = 0;
# Line 1420  namespace { Line 1420  namespace {
1420              LFO1ControlDepth                = 0;              LFO1ControlDepth                = 0;
1421              LFO3ControlDepth                = 0;              LFO3ControlDepth                = 0;
1422              EG1Attack                       = 0.0;              EG1Attack                       = 0.0;
1423              EG1Decay1                       = 0.0;              EG1Decay1                       = 0.005;
1424              EG1Sustain                      = 0;              EG1Sustain                      = 1000;
1425              EG1Release                      = 0.0;              EG1Release                      = 0.3;
1426              EG1Controller.type              = eg1_ctrl_t::type_none;              EG1Controller.type              = eg1_ctrl_t::type_none;
1427              EG1Controller.controller_number = 0;              EG1Controller.controller_number = 0;
1428              EG1ControllerInvert             = false;              EG1ControllerInvert             = false;
# Line 1437  namespace { Line 1437  namespace {
1437              EG2ControllerReleaseInfluence   = 0;              EG2ControllerReleaseInfluence   = 0;
1438              LFO1Frequency                   = 1.0;              LFO1Frequency                   = 1.0;
1439              EG2Attack                       = 0.0;              EG2Attack                       = 0.0;
1440              EG2Decay1                       = 0.0;              EG2Decay1                       = 0.005;
1441              EG2Sustain                      = 0;              EG2Sustain                      = 1000;
1442              EG2Release                      = 0.0;              EG2Release                      = 0.3;
1443              LFO2ControlDepth                = 0;              LFO2ControlDepth                = 0;
1444              LFO2Frequency                   = 1.0;              LFO2Frequency                   = 1.0;
1445              LFO2InternalDepth               = 0;              LFO2InternalDepth               = 0;
1446              EG1Decay2                       = 0.0;              EG1Decay2                       = 0.0;
1447              EG1InfiniteSustain              = false;              EG1InfiniteSustain              = true;
1448              EG1PreAttack                    = 1000;              EG1PreAttack                    = 0;
1449              EG2Decay2                       = 0.0;              EG2Decay2                       = 0.0;
1450              EG2InfiniteSustain              = false;              EG2InfiniteSustain              = true;
1451              EG2PreAttack                    = 1000;              EG2PreAttack                    = 0;
1452              VelocityResponseCurve           = curve_type_nonlinear;              VelocityResponseCurve           = curve_type_nonlinear;
1453              VelocityResponseDepth           = 3;              VelocityResponseDepth           = 3;
1454              ReleaseVelocityResponseCurve    = curve_type_nonlinear;              ReleaseVelocityResponseCurve    = curve_type_nonlinear;

Legend:
Removed from v.1217  
changed lines
  Added in v.1218

  ViewVC Help
Powered by ViewVC