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

Function resetMixerState

static/js/mixer.js:36–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34}
35
36export function resetMixerState() {
37 for (const name of TRACK_NAMES) {
38 Object.assign(mixerState[name], defaultMixerEntry());
39 }
40}
41
42function saveMix() {
43 if (!currentJobId) return;

Callers 1

destroyPlayerFunction · 0.90

Calls 1

defaultMixerEntryFunction · 0.85

Tested by

no test coverage detected