MCPcopy 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

stopMethod · 0.95
debugMethod · 0.65
destroyMethod · 0.65

Tested by

no test coverage detected