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

Function setTotalDuration

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

Source from the content-addressed store, hash-verified

131export function setCurrentJobId(v) { currentJobId = v; }
132export function setTrackIndex(v) { trackIndex = v; }
133export function setTotalDuration(v) { totalDuration = v; }
134export function setLoopEnabled(v) { loopEnabled = v; }
135export function setLoopStart(v) { loopStart = v; }
136export function setLoopEnd(v) { loopEnd = v; }

Callers 2

destroyPlayerFunction · 0.90
wireUpAudioFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected