Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
704
void PatchCableSource::ClearPatchCables()
705
{
706
while (mPatchCables.empty() == false)
707
RemovePatchCable(mPatchCables[0]);
708
}
709
710
void PatchCableSource::SetTarget(IClickable* target)
711
{
Callers
6
KeyPressed
Method · 0.80
OnMidiNote
Method · 0.80
DrawModule
Method · 0.80
ResyncControllerState
Method · 0.80
Poll
Method · 0.80
~Mapping
Method · 0.80
Calls
1
empty
Method · 0.80
Tested by
no test coverage detected