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

Method SetModulatorOwner

Source/PatchCableSource.h:134–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 ofVec2f GetCableStart(int index) const;
133 ofVec2f GetCableStartDir(int index, ofVec2f dest) const;
134 void SetModulatorOwner(IModulator* modulator) { mModulatorOwner = modulator; }
135 IModulator* GetModulatorOwner() const { return mModulatorOwner; }
136 void SetIsPartOfCircularDependency(bool set) { mIsPartOfCircularDependency = set; }
137 bool GetIsPartOfCircularDependency() const { return mIsPartOfCircularDependency; }

Callers 15

CreateUIControlsMethod · 0.80
CreateUIControlsMethod · 0.80
LoadStateMethod · 0.80
CreateUIControlsMethod · 0.80
ButtonClickedMethod · 0.80
SetUpFromSaveDataMethod · 0.80
CreateUIControlsMethod · 0.80
CreateUIControlsMethod · 0.80
CreateUIControlsMethod · 0.80
CreateUIControlsMethod · 0.80
CreateUIControlsMethod · 0.80
CreateUIControlsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected