Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/Cardinal
/ trigger
Method
trigger
lv2export/includes/rack.hpp:1612–1616 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1610
return false;
1611
}
1612
void trigger(float duration = 1e-3f) {
1613
if (duration > remaining) {
1614
remaining = duration;
1615
}
1616
}
1617
};
1618
1619
template <typename T = float>
Callers
4
processTerminalInput
Method · 0.80
process
Method · 0.80
processSystem
Method · 0.80
pressNote
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected