Home
last modified time | relevance | path

Searched refs:dnaPingIntervalMs (Results 1 – 1 of 1) sorted by relevance

/dports/devel/juce/JUCE-f37e9a1/modules/juce_blocks_basics/topology/internal/
H A Djuce_BlockImplementation.cpp545 return RelativeTime::milliseconds (isMaster ? masterPingIntervalMs : dnaPingIntervalMs); in getPingInterval()
676 static constexpr int dnaPingIntervalMs = 1666; member