Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ PushModalFocusItem
Method
PushModalFocusItem
Source/ModularSynth.cpp:1852–1855 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1850
}
1851
1852
void ModularSynth::PushModalFocusItem(IDrawableModule* item)
1853
{
1854
mModalFocusItemStack.push_back(item);
1855
}
1856
1857
void ModularSynth::PopModalFocusItem()
1858
{
Callers
4
ButtonClicked
Method · 0.80
DisplayLFOControl
Method · 0.80
OnClicked
Method · 0.80
SpawnEnvelopeEditor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected