Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CoderLine/alphaTab
/ stop
Method
stop
packages/alphatab/src/synth/AlphaSynthWrapper.ts:314–318 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
312
}
313
314
public stop(): void {
315
if
(this._instance) {
316
this._instance!.stop();
317
}
318
}
319
320
public playOneTimeMidiFile(midi: MidiFile): void {
321
if
(this._instance) {
Callers
nothing calls this directly
Calls
1
stop
Method · 0.65
Tested by
no test coverage detected