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

Method AddPatchCableSource

Source/IDrawableModule.cpp:631–634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

629}
630
631void IDrawableModule::AddPatchCableSource(PatchCableSource* source)
632{
633 mPatchCableSources.push_back(source);
634}
635
636void IDrawableModule::RemovePatchCableSource(PatchCableSource* source)
637{

Callers 6

SetupMethod · 0.80
CreateUIControlsMethod · 0.80
CreateUIControlsMethod · 0.80
IndividualOutputMethod · 0.80
CreateUIControlsMethod · 0.80
IndividualOutputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected