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

Function saveMix

static/js/mixer.js:42–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42function saveMix() {
43 if (!currentJobId) return;
44 storeSetDebounced(`stemdeck:mix:${currentJobId}`, mixerState);
45}
46
47export function applyMix() {
48 if (!multitrack) return;

Callers 7

setLaneVolumeFunction · 0.85
toggleStemMuteFunction · 0.85
toggleStemSoloFunction · 0.85
soloOnlyStemFunction · 0.85
resetMixerFunction · 0.85
muteAllFunction · 0.85
clearAllSolosFunction · 0.85

Calls 1

storeSetDebouncedFunction · 0.90

Tested by

no test coverage detected