MCPcopy Create free account
hub / github.com/CoderLine/alphaTab / timePosition

Method timePosition

packages/alphatab/src/synth/AlphaSynth.ts:160–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

158 }
159
160 public get timePosition(): number {
161 return this._timePosition;
162 }
163
164 public set timePosition(value: number) {
165 Logger.debug('AlphaSynth', `Seeking to position ${value}ms (main)`);

Callers

nothing calls this directly

Calls 4

updateTimePositionMethod · 0.95
mainSeekMethod · 0.80
debugMethod · 0.65
resetSamplesMethod · 0.65

Tested by

no test coverage detected