MCPcopy Create free account
hub / github.com/TypesettingTools/Aegisub / PlayPrimaryRange

Method PlayPrimaryRange

src/audio_controller.cpp:146–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void AudioController::PlayPrimaryRange()
147{
148 PlayRange(GetPrimaryPlaybackRange());
149 if (playback_mode == PM_Range)
150 playback_mode = PM_PrimaryRange;
151}
152
153void AudioController::PlayToEndOfPrimary(int start_ms)
154{

Callers 4

NextMethod · 0.80
PrevMethod · 0.80
OnRightClickMethod · 0.80
operator()Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected