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

Function setCurrentJobId

static/js/state.js:131–131  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

129export function setMultitrack(v) { multitrack = v; }
130export function setAudioEngine(v) { audioEngine = v; }
131export function setCurrentJobId(v) { currentJobId = v; }
132export function setTrackIndex(v) { trackIndex = v; }
133export function setTotalDuration(v) { totalDuration = v; }
134export function setLoopEnabled(v) { loopEnabled = v; }

Callers 4

resetFunction · 0.90
importFromUrlFunction · 0.90
wireJobFormFunction · 0.90
wireUpAudioFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected