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

Function setLoopEnabled

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

Source from the content-addressed store, hash-verified

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; }
137export function setAudioContext(v) { audioContext = v; }

Callers 5

destroyPlayerFunction · 0.90
wireUpAudioFunction · 0.90
toggleLoopFunction · 0.90
startDragFunction · 0.90
finishDragFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected