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

Method GetPatchCableSources

Source/IDrawableModule.h:201–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 return nullptr;
200 }
201 std::vector<PatchCableSource*> GetPatchCableSources() { return mPatchCableSources; }
202
203 static void FindClosestSides(float xThis, float yThis, float wThis, float hThis, float xThat, float yThat, float wThat, float hThat, float& startX, float& startY, float& endX, float& endY, bool sidesOnly = false);
204

Callers 10

OnMidiNoteMethod · 0.80
OnMidiControlMethod · 0.80
UpdateRoutingModulesMethod · 0.80
GoMethod · 0.80
MouseMovedMethod · 0.80
MouseDraggedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected