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