Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
42
function
saveMix() {
43
if
(!currentJobId)
return
;
44
storeSetDebounced(`stemdeck:mix:${currentJobId}`, mixerState);
45
}
46
47
export
function
applyMix() {
48
if
(!multitrack)
return
;
Callers
7
setLaneVolume
Function · 0.85
toggleStemMute
Function · 0.85
toggleStemSolo
Function · 0.85
soloOnlyStem
Function · 0.85
resetMixer
Function · 0.85
muteAll
Function · 0.85
clearAllSolos
Function · 0.85
Calls
1
storeSetDebounced
Function · 0.90
Tested by
no test coverage detected