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

Method AddDynamicModule

Source/ModularSynth.cpp:2636–2639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2634}
2635
2636void ModularSynth::AddDynamicModule(IDrawableModule* module)
2637{
2638 mModuleContainer.AddModule(module);
2639}
2640
2641void ModularSynth::ScheduleEnvelopeEditorSpawn(ADSRDisplay* adsrDisplay)
2642{

Callers 2

ButtonClickedMethod · 0.80
ButtonClickedMethod · 0.80

Calls 1

AddModuleMethod · 0.80

Tested by

no test coverage detected