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

Function setMultitrack

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

Source from the content-addressed store, hash-verified

127
128export function setEventSource(v) { eventSource = v; }
129export function setMultitrack(v) { multitrack = v; }
130export function setAudioEngine(v) { audioEngine = v; }
131export function setCurrentJobId(v) { currentJobId = v; }
132export function setTrackIndex(v) { trackIndex = v; }

Callers 2

destroyPlayerFunction · 0.90
wireUpAudioFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected