Skip to content

Commit 2d252bf

Browse files
committed
Increase estimate update time
1 parent 3c64577 commit 2d252bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Processors/GenericProcessor/GenericProcessor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ void LatencyMeter::update (const Array<const DataStream*>& dataStreams)
6666

6767
void LatencyMeter::setLatestLatency (std::map<uint16, juce::int64>& processStartTimes, bool headlessMode)
6868
{
69-
if (counter % 10 == 0) // update latency estimate every 10 process blocks
69+
if (counter % 20 == 0) // update latency estimate every 20 process blocks
7070
{
7171
auto currentTime = juce::Time::getHighResolutionTicks();
7272

0 commit comments

Comments
 (0)