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

Method GetTarget

Source/SongBuilder.cpp:1167–1173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1165}
1166
1167IUIControl* SongBuilder::ControlTarget::GetTarget() const
1168{
1169 IUIControl* target = nullptr;
1170 if (!mCable->GetPatchCables().empty())
1171 target = dynamic_cast<IUIControl*>(mCable->GetPatchCables()[0]->GetTarget());
1172 return target;
1173}
1174
1175void SongBuilder::ControlTarget::TargetControlUpdated()
1176{

Callers 15

KeyPressedMethod · 0.45
SetModuleGridLightsMethod · 0.45
PollMethod · 0.45
OnMidiNoteMethod · 0.45
OnMidiControlMethod · 0.45
UpdateRoutingModulesMethod · 0.45
AddModuleChainMethod · 0.45
PostRepatchMethod · 0.45
LoadStateMethod · 0.45
PostRepatchMethod · 0.45
PostRepatchMethod · 0.45
GoMethod · 0.45

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected