## Default Permission This permission set configures if your application can use WebMIDI. - `midi:allow-open-input` - `midi:allow-close-input` - `midi:allow-open-output` - `midi:allow-close-output` - `midi:allow-output-send` ## Permission Table
Identifier | Description |
---|---|
`midi:allow-close-input` | Enables the close_input command without any pre-configured scope. |
`midi:deny-close-input` | Denies the close_input command without any pre-configured scope. |
`midi:allow-close-output` | Enables the close_output command without any pre-configured scope. |
`midi:deny-close-output` | Denies the close_output command without any pre-configured scope. |
`midi:allow-open-input` | Enables the open_input command without any pre-configured scope. |
`midi:deny-open-input` | Denies the open_input command without any pre-configured scope. |
`midi:allow-open-output` | Enables the open_output command without any pre-configured scope. |
`midi:deny-open-output` | Denies the open_output command without any pre-configured scope. |
`midi:allow-output-send` | Enables the output_send command without any pre-configured scope. |
`midi:deny-output-send` | Denies the output_send command without any pre-configured scope. |