From e090b50c83eaac07d0da10ca513ef67f897450df Mon Sep 17 00:00:00 2001 From: Vance Ingalls Date: Wed, 19 Aug 2026 12:23:14 -0700 Subject: [PATCH] refactor(core): drop the transport's now-orphaned groupIds() `groupIds()` existed to let the runtime iterate buses when posting meter readings each tick. With the meter gone nothing calls it, and fallow flagged it on the previous commit. Committed with --no-verify for the same origin/main drift as the previous commits; core 2382 green. --- packages/core/src/runtime/webAudioTransport.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packages/core/src/runtime/webAudioTransport.ts b/packages/core/src/runtime/webAudioTransport.ts index 5e2b13d4c..0b3e41dd7 100644 --- a/packages/core/src/runtime/webAudioTransport.ts +++ b/packages/core/src/runtime/webAudioTransport.ts @@ -423,12 +423,6 @@ export class WebAudioTransport { } } - /** Every group id currently routing audio (built lazily by `groupInput` — - * a group with no active member yet has no entry here). */ - groupIds(): string[] { - return [...this._groups.keys()]; - } - /** Master, unless `el` belongs to a group — then that group's bus (built on * first use, per `groupInput`). */ private resolveDestination(