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

Method ClearPatchCables

Source/PatchCableSource.cpp:704–708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

702}
703
704void PatchCableSource::ClearPatchCables()
705{
706 while (mPatchCables.empty() == false)
707 RemovePatchCable(mPatchCables[0]);
708}
709
710void PatchCableSource::SetTarget(IClickable* target)
711{

Callers 6

KeyPressedMethod · 0.80
OnMidiNoteMethod · 0.80
DrawModuleMethod · 0.80
ResyncControllerStateMethod · 0.80
PollMethod · 0.80
~MappingMethod · 0.80

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected