We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I have multiple MIDI outputs, when I start WebMIDICon, it always select the first available output.
In this example screenshot I have two MIDI outputs:
Network Network Jam is selected by default because it is the first available one.
When I select IAC Driver Bus 1 and hit “Refresh” the selection reverts to Network Network Jam.
When I select a MIDI output device, and hit “Refresh”, WebMIDICon should remember the selection. Use localStorage to remember the selection.
localStorage
Please test your PR, include a screenshot a video to confirm that it is working.
If you need virtual MIDI devices, you can use these:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If I have multiple MIDI outputs, when I start WebMIDICon, it always select the first available output.
In this example screenshot I have two MIDI outputs:
Network Network Jam is selected by default because it is the first available one.
Current behavior
When I select IAC Driver Bus 1 and hit “Refresh” the selection reverts to Network Network Jam.
Expected behavior
When I select a MIDI output device, and hit “Refresh”, WebMIDICon should remember the selection. Use
localStorage
to remember the selection.PR requirements
Please test your PR, include a screenshot a video to confirm that it is working.
Useful resources
If you need virtual MIDI devices, you can use these:
The text was updated successfully, but these errors were encountered: