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

Method GetModuleFactory

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

Source from the content-addressed store, hash-verified

201
202 IDrawableModule* GetMoveModule() { return mMoveModule; }
203 ModuleFactory* GetModuleFactory() { return &mModuleFactory; }
204 juce::AudioDeviceManager& GetAudioDeviceManager() { return *mGlobalAudioDeviceManager; }
205 juce::AudioFormatManager& GetAudioFormatManager() { return *mGlobalAudioFormatManager; }
206 juce::AudioPluginFormatManager& GetAudioPluginFormatManager() { return *mAudioPluginFormatManager.get(); }

Callers 8

CreateUIControlsMethod · 0.80
DrawToFramebufferMethod · 0.80
SetListMethod · 0.80
UpdateDisplayMethod · 0.80
MatchesFilterMethod · 0.80
DrawModuleMethod · 0.80
ButtonClickedMethod · 0.80
InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected