We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4766fda commit 32f3af3Copy full SHA for 32f3af3
1 file changed
Source/Processors/RecordNode/RecordNode.cpp
@@ -718,7 +718,7 @@ bool RecordNode::isSynchronized()
718
{
719
SyncStatus status = synchronizer.getStatus (stream->getKey());
720
721
- if (status != SYNCED && status != HARDWARE_SYNCED)
+ if (status != SYNCED && status != HARDWARE_SYNCED && status != HARP_CLOCK)
722
return false;
723
}
724
0 commit comments