MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / Poll

Method Poll

Source/AudioRouter.cpp:97–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void AudioRouter::Poll()
98{
99 for (int i = 0; i < (int)mDestinationCables.size(); ++i)
100 mDestinationCables[i]->SetShowing(!mOnlyShowActiveCable || i == mRouteIndex || mDestinationCables[i]->GetIsPartOfCircularDependency());
101}
102
103void AudioRouter::DrawModule()
104{

Callers

nothing calls this directly

Calls 3

sizeMethod · 0.80
SetShowingMethod · 0.45

Tested by

no test coverage detected