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

Function setLoopStart

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

Source from the content-addressed store, hash-verified

133export function setTotalDuration(v) { totalDuration = v; }
134export function setLoopEnabled(v) { loopEnabled = v; }
135export function setLoopStart(v) { loopStart = v; }
136export function setLoopEnd(v) { loopEnd = v; }
137export function setAudioContext(v) { audioContext = v; }
138export function setMasterVolume(v) { masterVolume = v; }

Callers 5

main.jsFile · 0.90
destroyPlayerFunction · 0.90
wireUpAudioFunction · 0.90
startDragFunction · 0.90
moveDragFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected