MCPcopy Index your code
hub / github.com/stemdeckapp/stemdeck / toggleStemSolo

Function toggleStemSolo

static/js/mixer.js:403–410  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

401}
402
403export function toggleStemSolo(name) {
404 const state = mixerState[name];
405 if (!state) return;
406 state.soloed = !state.soloed;
407 refreshMixerVisuals();
408 applyMix();
409 saveMix();
410}
411
412// "Monitor" = solo only this stem. If already the lone solo, clear all
413// solos (toggle-style behavior, like Logic's "Solo Safe" / Reaper's

Callers 2

renderMixerRowFunction · 0.85
wireStemListControlsFunction · 0.85

Calls 3

refreshMixerVisualsFunction · 0.85
saveMixFunction · 0.85
applyMixFunction · 0.70

Tested by

no test coverage detected