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

Function lanes

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

Source from the content-addressed store, hash-verified

122
123// ─── Mixer / engine helpers ───
124function lanes() {
125 return state.current?.detail?.lanes || [];
126}
127function curDuration() {
128 return state.current?.detail?.duration || 0;
129}

Callers 3

applyMixFunction · 0.85
exportMixFunction · 0.85
stemsBodyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected