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

Function setLoopEnd

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

Source from the content-addressed store, hash-verified

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; }
139export let playbackSpeed = 1.0;

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