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

Method resetSamples

packages/alphatab/src/synth/ISynthOutput.ts:64–64  ·  view source on GitHub ↗

* Called when the samples in the output buffer should be reset. This is neeed for instance when seeking to another position.

()

Source from the content-addressed store, hash-verified

62 * Called when the samples in the output buffer should be reset. This is neeed for instance when seeking to another position.
63 */
64 resetSamples(): void;
65
66 /**
67 * Activates the output component.

Callers 5

timePositionMethod · 0.65
playOneTimeMidiFileMethod · 0.65
checkForFinishMethod · 0.65
_stopOneTimeMidiMethod · 0.65
handleWorkerMessageMethod · 0.65

Implementers 7

TestOutputpackages/alphatab/test/audio/TestOutpu
AlphaSynthWorkerSynthOutputpackages/alphatab/src/platform/worker/
AndroidSynthOutputpackages/kotlin/src/android/src/main/j
AndroidBackingTrackSynthOutputpackages/kotlin/src/android/src/main/j
TestBackingTrackOutputpackages/alphatab/test/audio/SyncPoint
ExternalMediaSynthOutputpackages/alphatab/src/synth/ExternalMe
AudioElementBackingTrackSynthOutputpackages/alphatab/src/platform/javascr

Calls

no outgoing calls

Tested by

no test coverage detected