Hi,
I am using this Unity-MIDI plugin to establish BLE MIDI connection between my Android app and a Bluetooth Midi Instrument device.
I want to use the Midi event inputs from the instrument device to play out as audio on the mobile, in my Android app.
However, using this plugin, when a BLE MIDI connection (with instrument device) is made, the audio becomes silent on the mobile.
When the BLE MIDI connection is broken, the audio comes back on the mobile.
It seems like during a BLE MIDI connection, the audio is been sent to the Bluetooth Midi instrument device as a output device (hence the mobile is silent). Within the plugin, can we control the BLE MIDI connection, to identify the device as a MIDI Input or a MIDI Output?
Any help will be great. Thank you.
After further checking and testing, the issue was with the Bluetooth Midi instrument device. It was somehow configured to be an output device.
No issue with this plugin. I'll close this issue
Hi, I am using this Unity-MIDI plugin to establish BLE MIDI connection between my Android app and a Bluetooth Midi Instrument device. I want to use the Midi event inputs from the instrument device to play out as audio on the mobile, in my Android app. However, using this plugin, when a BLE MIDI connection (with instrument device) is made, the audio becomes silent on the mobile. When the BLE MIDI connection is broken, the audio comes back on the mobile.
It seems like during a BLE MIDI connection, the audio is been sent to the Bluetooth Midi instrument device as a output device (hence the mobile is silent). Within the plugin, can we control the BLE MIDI connection, to identify the device as a MIDI Input or a MIDI Output? Any help will be great. Thank you.
Regards, Edgar