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

Method AddExtraPoller

Source/ModularSynth.cpp:2556–2560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2554}
2555
2556void ModularSynth::AddExtraPoller(IPollable* poller)
2557{
2558 if (!ListContains(poller, mExtraPollers))
2559 mExtraPollers.push_front(poller);
2560}
2561
2562void ModularSynth::RemoveExtraPoller(IPollable* poller)
2563{

Callers 1

OnModulatorRepatchMethod · 0.80

Calls 1

ListContainsFunction · 0.85

Tested by

no test coverage detected