()
| 8 | import { storeGet, storeSetDebounced } from "./utils.js"; |
| 9 | |
| 10 | function defaultMixerEntry() { |
| 11 | return { volume: 1, muted: false, soloed: false }; |
| 12 | } |
| 13 | |
| 14 | export function ensureMixerStateDefaults() { |
| 15 | for (const name of TRACK_NAMES) { |
no outgoing calls
no test coverage detected