You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pipedal does not reconnect to bluetooth MIDI controller after startup.
I have a Bluetooth MIDI controller M-VAVE Chocolate. Pipedal is recognizing it only during startup. Then if I switch off and back on bluetooth device, it appears in alsa but not in pipedal. I have to restart pipedald to recognize it again.
Pipedal does not reconnect to bluetooth MIDI controller after startup.
I have a Bluetooth MIDI controller M-VAVE Chocolate. Pipedal is recognizing it only during startup. Then if I switch off and back on bluetooth device, it appears in alsa but not in pipedal. I have to restart pipedald to recognize it again.
Steps to reproduce:
Switch ON Bluetooth controller.
Switch ON Raspberry PI.
aconnect -l shows
client 128: 'FootCtrl' [type=user,pid=472]
0 'FootCtrl Bluetooth'
Connecting To: 129:0
client 129: 'PiPedal' [type=user,pid=943]
0 'PiPedal:in '
Connected From: 28:0, 14:0, 128:0
PiPedal recognizes MIDI controller and switching presets/snapshot as it should.
Switch off Bluetooth controller.
aconnect -l does not show 'FootCtrl'
Switch ON Bluetooth controller.
aconnect -l shows
client 128: 'FootCtrl' [type=user,pid=472]
0 'FootCtrl Bluetooth'
client 129: 'PiPedal' [type=user,pid=943]
0 'PiPedal:in '
Connected From: 28:0, 14:0
PiPedal not reacting to MIDI
Restart pipedald service or reboot raspberry pi device
aconnect -l shows
client 128: 'FootCtrl' [type=user,pid=472]
0 'FootCtrl Bluetooth'
Connecting To: 129:0
client 129: 'PiPedal' [type=user,pid=943]
0 'PiPedal:in '
Connected From: 28:0, 14:0, 128:0
PiPedal working again with MIDI switching.