Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2636
void ModularSynth::AddDynamicModule(IDrawableModule* module)
2637
{
2638
mModuleContainer.AddModule(module);
2639
}
2640
2641
void ModularSynth::ScheduleEnvelopeEditorSpawn(ADSRDisplay* adsrDisplay)
2642
{
Callers
2
ButtonClicked
Method · 0.80
ButtonClicked
Method · 0.80
Calls
1
AddModule
Method · 0.80
Tested by
no test coverage detected