Hi,
I am trying to use the puck.js as a BLE midi device ( send and receive)
I am connecting the device with a mac or iphone. The mac systems are not very friendly when it comes to connect a bluetooth midi device, aka you need to go in a menu to connect the device and if the connection get lost you have to redo the all the menu thingy.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi,
I am trying to use the puck.js as a BLE midi device ( send and receive)
I am connecting the device with a mac or iphone. The mac systems are not very friendly when it comes to connect a bluetooth midi device, aka you need to go in a menu to connect the device and if the connection get lost you have to redo the all the menu thingy.
Apple documentation states that the device will reconnect itself automatically if the device accept pairing:
https://developer.apple.com/documentation/coremidi/midi_bluetooth/
Is there anyway to use the BLEmidi module but to get the device get pairing also ( like when being HID for example)?
thank you!