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

Method OnModuleAdded

Source/ModularSynth.cpp:2629–2634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2627}
2628
2629void ModularSynth::OnModuleAdded(IDrawableModule* module)
2630{
2631 IAudioSource* source = dynamic_cast<IAudioSource*>(module);
2632 if (source)
2633 mSources.push_back(source);
2634}
2635
2636void ModularSynth::AddDynamicModule(IDrawableModule* module)
2637{

Callers 1

AddModuleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected