Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ OnTimer
Method
OnTimer
libraries/lib-audio-devices/DeviceChange.cpp:393–397 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
391
}
392
393
void DeviceChangeHandler::OnTimer(wxTimerEvent & evt)
394
{
395
DeviceChangeNotification();
396
mListener->Enable(true);
397
}
398
399
#endif
400
Callers
nothing calls this directly
Calls
1
Enable
Method · 0.45
Tested by
no test coverage detected