mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-23 05:33:13 -04:00
docs: add tips for enabling MIDI in Chrome for local development
This commit is contained in:
@@ -8,6 +8,14 @@ This package adds midi functionality to strudel Patterns.
|
||||
npm i @strudel/midi --save
|
||||
```
|
||||
|
||||
## Enabling MIDI for Local Development in Chrome
|
||||
|
||||
1. Open Chrome and navigate to `chrome://flags`
|
||||
2. Search for "Insecure origins treated as secure"
|
||||
3. In the text field that appears, add your development origin (e.g., http://localhost:3000)
|
||||
4. Enable the flag
|
||||
5. Restart Chrome
|
||||
|
||||
## Available Controls
|
||||
|
||||
The following MIDI controls are available:
|
||||
|
||||
Reference in New Issue
Block a user