MCPcopy
hub / github.com/stemdeckapp/stemdeck / defaultMixerEntry

Function defaultMixerEntry

static/js/mixer.js:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 3

ensureMixerStateDefaultsFunction · 0.85
loadMixIntoStateFunction · 0.85
resetMixerStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected