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

Function curDuration

static/mobile/app.js:127–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125 return state.current?.detail?.lanes || [];
126}
127function curDuration() {
128 return state.current?.detail?.duration || 0;
129}
130function anySolo() {
131 return Object.values(state.solo).some(Boolean);
132}

Callers 5

onEngineTimeFunction · 0.85
seekToFractionFunction · 0.85
mixerScreenFunction · 0.85
wireFadersFunction · 0.85
seekFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected