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

Function setMasterVolume

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

Source from the content-addressed store, hash-verified

136export function setLoopEnd(v) { loopEnd = v; }
137export function setAudioContext(v) { audioContext = v; }
138export function setMasterVolume(v) { masterVolume = v; }
139export let playbackSpeed = 1.0;
140export function setPlaybackSpeed(v) { playbackSpeed = v; }
141export function setVuRafId(v) { vuRafId = v; }

Callers 3

destroyPlayerFunction · 0.90
wireUpAudioFunction · 0.90
wireTransportButtonsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected