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

Method IsLoadingState

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

Source from the content-addressed store, hash-verified

248 void ScheduleEnvelopeEditorSpawn(ADSRDisplay* adsrDisplay);
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; }

Callers 11

SetLFOEnabledMethod · 0.80
InitializeRangeMethod · 0.80
FloatSliderUpdatedMethod · 0.80
ScriptStatusMethod · 0.80
FloatSliderUpdatedMethod · 0.80
LoadStateMethod · 0.80
PollMethod · 0.80
GoMethod · 0.80
renderMethod · 0.80
ScriptModuleMethod · 0.80
PostRepatchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected