Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ gate
Function
gate
include/Effect.h:120–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
}
119
120
inline float gate() const
121
{
122
const float level = m_gateModel.value();
123
return level*level * m_processors;
124
}
125
126
inline f_cnt_t bufferCount() const
127
{
Callers
1
checkGate
Method · 0.85
Calls
1
value
Method · 0.45
Tested by
no test coverage detected