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

Method GetMoveModule

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

Source from the content-addressed store, hash-verified

200 bool IsGroupSelecting() const { return mGroupSelectContext != nullptr; }
201
202 IDrawableModule* GetMoveModule() { return mMoveModule; }
203 ModuleFactory* GetModuleFactory() { return &mModuleFactory; }
204 juce::AudioDeviceManager& GetAudioDeviceManager() { return *mGlobalAudioDeviceManager; }
205 juce::AudioFormatManager& GetAudioFormatManager() { return *mGlobalAudioFormatManager; }

Callers 6

CanAddDropModulesMethod · 0.80
DrawModuleMethod · 0.80
UpdateDisplayMethod · 0.80
RenderMethod · 0.80
DrawFrameMethod · 0.80
ForcePositionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected