Browse Source

Correct JackDelayLockedLoop::Init

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2605 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/1.90
sletz 17 years ago
parent
commit
123fc3f6fd
2 changed files with 3 additions and 0 deletions
  1. +1
    -0
      common/JackBlockingNetIOAdapter.h
  2. +2
    -0
      common/JackFilters.h

+ 1
- 0
common/JackBlockingNetIOAdapter.h View File

@@ -42,6 +42,7 @@ namespace Jack
{}
};
}

#endif

+ 2
- 0
common/JackFilters.h View File

@@ -97,6 +97,8 @@ namespace Jack
void Init(jack_time_t callback_usecs)
{
fFrames = 0;
fCurrentWakeup = 0;
fSecondOrderIntegrator = 0.0f;
fCurrentCallback = callback_usecs;
fNextWakeUp = callback_usecs + fPeriodUsecs;


Loading…
Cancel
Save