format
This commit is contained in:
parent
cdc5e5f3f3
commit
9f8143e062
1 changed files with 2 additions and 2 deletions
|
|
@ -135,7 +135,7 @@ export class SuperdoughOutput {
|
||||||
}
|
}
|
||||||
|
|
||||||
reset() {
|
reset() {
|
||||||
this.disconnect()
|
this.disconnect();
|
||||||
this.initializeAudio();
|
this.initializeAudio();
|
||||||
}
|
}
|
||||||
disconnect() {
|
disconnect() {
|
||||||
|
|
@ -174,7 +174,7 @@ export class SuperdoughAudioController {
|
||||||
Array.from(this.nodes).forEach((node) => {
|
Array.from(this.nodes).forEach((node) => {
|
||||||
node.disconnect();
|
node.disconnect();
|
||||||
});
|
});
|
||||||
this.nodes = {}
|
this.nodes = {};
|
||||||
this.output.reset();
|
this.output.reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue