Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CoderLine/alphaTab
/ destroy
Method
destroy
packages/alphatab/src/synth/AlphaSynth.ts:202–206 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
200
}
201
202
public destroy(): void {
203
Logger.debug(
'AlphaSynth'
,
'Destroying player'
);
204
this.stop();
205
this.output.destroy();
206
}
207
208
/**
209
* Initializes a
new
instance of the {@link AlphaSynthBase}
class
.
Callers
nothing calls this directly
Calls
3
stop
Method · 0.95
debug
Method · 0.65
destroy
Method · 0.65
Tested by
no test coverage detected