Support JACK-MIDI or PipeWire API for WebMIDI
Categories
(Core :: DOM: Device Interfaces, enhancement)
Tracking
()
People
(Reporter: d3dx12.xx, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/109.0
Steps to reproduce:
Start any WebMIDI application which will create IO ports
Actual results:
MIDI ports are added using ALSA seq API, although JACK (pipewire-jack) is available on my computer
Expected results:
JACK MIDI used when available, because it's more advanced and has better PipeWire compatibility (cleaner patchbay and better link visualisation, thus better overall UX). ALSA seq must be kept as fallback for users not using JACK or PipeWire
Targeting either JACK or PipeWire API is a decision to be made regarding dependencies and developer convenience.
Comment 2•2 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::DOM: Device Interfaces' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Description
•