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

Function stopVuLoop

static/js/audio.js:144–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142}
143
144export function stopVuLoop() {
145 if (vuRafId) {
146 cancelAnimationFrame(vuRafId);
147 setVuRafId(null);
148 }
149}

Callers 2

destroyPlayerFunction · 0.90
wireUpAudioFunction · 0.90

Calls 1

setVuRafIdFunction · 0.90

Tested by

no test coverage detected