flathub / flathub/com.bitwig.BitwigStudio
Bluetooth MIDI
Open
- Dominant language
- No language data
- Stars
- 19
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Bitwig does not seem to find bluetooth midi controllers, while running [show-midi](https://github.com/gbevin/ShowMIDI) lists it fine. It works with the workaround [mentioned here](https://linuxmusicians.com/viewtopic.php?t=24481)
```
# Load virtual midi device
sudo modprobe snd_virmidi midi_devs=1
# list devices
aconnect -o
# set up a connection between the virtual midi device and the bluetooth module or other way around with e.g.
aconnect 128:0 20:0
```
Is there maybe a permission or library missing in the flatpak sandbox to get it working directly?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.