Files
strudel/packages
Chandler Abraham c8cf1dc712 fix(midi): ensure midin initializes device state correctly
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.
2025-07-22 21:49:40 -07:00
..
2025-05-29 23:58:35 +02:00
2025-05-29 23:58:35 +02:00
2025-05-29 23:58:35 +02:00
2025-01-26 14:51:08 +01:00
2025-05-29 23:58:35 +02:00
2024-05-31 23:07:26 +02:00
2025-05-29 23:58:35 +02:00
2025-05-29 23:58:35 +02:00
2025-05-29 23:58:35 +02:00
2025-05-29 23:58:35 +02:00
2025-05-29 23:58:35 +02:00
2025-05-29 23:58:35 +02:00
2025-05-01 12:52:12 +02:00
2025-05-29 23:58:35 +02:00
2025-05-01 12:39:24 +02:00
2025-05-29 23:58:35 +02:00
2025-05-29 23:58:35 +02:00
2025-05-29 23:58:35 +02:00
2025-05-29 23:58:35 +02:00
2025-05-29 23:58:35 +02:00
2025-05-01 23:54:13 +02:00
2025-05-29 23:58:35 +02:00
2025-05-29 23:58:35 +02:00
2025-05-29 23:58:35 +02:00

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.