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

Method SetTarget

Source/IDrawableModule.cpp:605–609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

603}
604
605void IDrawableModule::SetTarget(IClickable* target)
606{
607 if (!mPatchCableSources.empty())
608 mPatchCableSources[0]->SetTarget(target);
609}
610
611void IDrawableModule::SetUpPatchCables(std::string targets)
612{

Callers 15

KeyPressedMethod · 0.45
PollMethod · 0.45
OnMidiNoteMethod · 0.45
OnMidiControlMethod · 0.45
LoadStateMethod · 0.45
SetUpFromSaveDataMethod · 0.45
ButtonClickedMethod · 0.45
DrawModuleMethod · 0.45
ResyncControllerStateMethod · 0.45
PollMethod · 0.45
SetUpFromSaveDataMethod · 0.45
LoadStateMethod · 0.45

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected