Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wilkes
purr-data
Commits
904c0b6f
Commit
904c0b6f
authored
Aug 06, 2021
by
Prakhar Agarwal
🎯
Browse files
removed web midi error alert on startup
parent
b27ad529
Changes
1
Hide whitespace changes
Inline
Side-by-side
emscripten/project/purr-data/index.html
View file @
904c0b6f
...
...
@@ -246,7 +246,6 @@
WebMidi
.
enable
(
function
(
err
)
{
if
(
err
)
{
// if the browser doesn't support web midi, one can still use pd without it
alert
(
"
The Web MIDI API is not supported in this browser.
\n
Please check: https://github.com/djipco/webmidi#browser-support
"
);
console
.
error
(
"
Midi: failed to enable midi
"
,
err
);
}
else
{
isWebMidiSupported
=
true
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment