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

Method IsLoadingModule

Source/ModularSynth.h:251–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249
250 bool IsLoadingState() const { return mIsLoadingState; }
251 bool IsLoadingModule() const { return mIsLoadingModule; }
252 bool IsDuplicatingModule() const { return mIsDuplicatingModule; }
253 void SetIsLoadingState(bool loading) { mIsLoadingState = loading; }
254

Callers 4

InitializeRangeMethod · 0.80
FileStream.cppFile · 0.80
GetModifyValueMethod · 0.80
SetUpStepControlsMethod · 0.80

Calls

no outgoing calls

Tested by 1

SetUpStepControlsMethod · 0.64