kshoji / Unity-MIDI-Plugin-supports

Documents and issues for Unity MIDI Plugin
10 stars 0 forks source link

How do we control connecting BLE MIDI device as an Input or Output only device? #17

Closed edgar-00-00 closed 9 months ago

edgar-00-00 commented 10 months ago

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

edgar-00-00 commented 9 months ago

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