The midin function only initialized the refs object for a device on the initial MIDI setup. This caused an error if a second MIDI device was connected in the same session, as its refs object would not exist, leading to a 'cannot read properties of undefined' error when accessed. This commit fixes the issue by ensuring that the refs object for a given MIDI input is initialized every time is called, not just on the first call. |
||
|---|---|---|
| .. | ||
| codemirror | ||
| core | ||
| csound | ||
| desktopbridge | ||
| draw | ||
| embed | ||
| gamepad | ||
| hs2js | ||
| hydra | ||
| midi | ||
| mini | ||
| motion | ||
| mqtt | ||
| osc | ||
| reference | ||
| repl | ||
| sampler | ||
| serial | ||
| soundfonts | ||
| superdough | ||
| tidal | ||
| tonal | ||
| transpiler | ||
| vite-plugin-bundle-audioworklet | ||
| web | ||
| webaudio | ||
| xen | ||
| README.md | ||
Packages
Each folder represents one of the @strudel/* packages published to npm.
To understand how those pieces connect, refer to the Technical Manual or the individual READMEs.