Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amsynth/amsynth
/ timerCallback
Method
timerCallback
src/standalone/main.cpp:454–454 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
452
struct LashTimer : juce::Timer
453
{
454
void timerCallback() override { amsynth_lash_poll_events(); }
455
};
456
457
(new LashTimer())->startTimer(250);
Callers
nothing calls this directly
Calls
1
amsynth_lash_poll_events
Function · 0.85
Tested by
no test coverage detected