MCPcopy Create free account
hub / github.com/csound/csound /

Class

wasm/browser/src/mains/spn.main.js:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32import { requestMidi } from "../utils/request-midi";
33
34class ScriptProcessorNodeSingleThread {
35 constructor({ audioContext, inputChannelCount = 1, outputChannelCount = 2 }) {
36 this.publicEvents = new PublicEventAPI(this);
37 this.eventPromises = new EventPromises();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected