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

Method OnTimingControllerUpdatedPrimaryRange

src/audio_controller.cpp:129–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129void AudioController::OnTimingControllerUpdatedPrimaryRange()
130{
131 if (playback_mode == PM_PrimaryRange)
132 player->SetEndPosition(SamplesFromMilliseconds(timing_controller->GetPrimaryPlaybackRange().end()));
133}
134
135void AudioController::PlayRange(const TimeRange &range)
136{

Callers

nothing calls this directly

Calls 3

SetEndPositionMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected