This commit is contained in:
Jade (Rose) Rowland 2025-09-22 00:07:06 -04:00
parent c5bd2a7487
commit beafd9c700

View file

@ -400,7 +400,7 @@ export function getAnalyzerData(type = 'time', id = 1) {
}
export function resetGlobalEffects() {
controller.reset();
controller?.reset();
analysers = {};
analysersData = {};
}