Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
36
export
function
resetMixerState() {
37
for
(
const
name of TRACK_NAMES) {
38
Object.assign(mixerState[name], defaultMixerEntry());
39
}
40
}
41
42
function
saveMix() {
43
if
(!currentJobId)
return
;
Callers
1
destroyPlayer
Function · 0.90
Calls
1
defaultMixerEntry
Function · 0.85
Tested by
no test coverage detected