Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TypesettingTools/Aegisub
/ operator()
Function
operator()
src/command/audio.cpp:69–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
STR_HELP(
"Close the currently open audio file"
)
68
69
void operator()(agi::Context *c) override {
70
c->project->CloseAudio();
71
}
72
};
73
74
struct audio_open final : public Command {
Callers
nothing calls this directly
Calls
15
SaveFileSelector
Function · 0.85
SaveAudioClip
Function · 0.85
toggle
Function · 0.85
CloseAudio
Method · 0.80
PlayRange
Method · 0.80
GetTimingController
Method · 0.80
PlayPrimaryRange
Method · 0.80
PlayToEndOfPrimary
Method · 0.80
length
Method · 0.80
PlayToEnd
Method · 0.80
ScrollToActiveLine
Method · 0.80
TimeRange
Class · 0.50
Tested by
no test coverage detected