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

Method IsDuplicatingModule

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

Source from the content-addressed store, hash-verified

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
255 static std::string GetUserPrefsPath();

Callers 1

LoadStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected