How can I read/write MIDI CC and sysex over Bluetooth in B4i ??
UPDATE (january 2023):
Following the message from @Erel, and that there is currently no MIDI library for the B4i, I conclude that it is not possible to create MIDI applications to send/receive MIDI/SysEx in the B4i today.
It is surprising how often the basics get missed, when embroiled in heat of battle of programmer vs hardware, operating system, complex apis and libraries, etc. I have found that whenever my BLE2 programs don't work, it's always nice to know that everything else in the chain *is* working, and...
This library replaces the previous BLE library. It is simpler to use and it is more powerful. Its API is based on B4i iBLE library which makes it easy to reuse B4i code. See the iBLE tutorial: https://www.b4x.com/android/forum/threads/ble-bluetooth-low-energy-library.46099/#content Tips &...
B4i BLE library is now available. This library allows you to connect and read data from BLE peripheral devices. Using this library is quite simple. There are three main steps: 1. Search for devices (assuming that the state is STATE_POWERED_ON). 2. Connect to a device. 3. Read data from the...
It is surprising how often the basics get missed, when embroiled in heat of battle of programmer vs hardware, operating system, complex apis and libraries, etc. I have found that whenever my BLE2 programs don't work, it's always nice to know that everything else in the chain *is* working, and...
This library replaces the previous BLE library. It is simpler to use and it is more powerful. Its API is based on B4i iBLE library which makes it easy to reuse B4i code. See the iBLE tutorial: https://www.b4x.com/android/forum/threads/ble-bluetooth-low-energy-library.46099/#content Tips &...
B4i BLE library is now available. This library allows you to connect and read data from BLE peripheral devices. Using this library is quite simple. There are three main steps: 1. Search for devices (assuming that the state is STATE_POWERED_ON). 2. Connect to a device. 3. Read data from the...
I have tested most things within Bluetooth now. What I now need to know is how to send and receive MIDI CC and SysEx in - general with B4i.
I have searched all over the B4i forum about MIDI for B4i, but can't find anything. Any tips @Erel ?
1. Run nRF App to get the information needed (post a screenshot here)
for example: the App nRF will tell you if you can connect to those modules.
2. Run the B4i example (it read data automatically, you don't have to do anything) - post the logs
1. Run nRF App to get the information needed (post a screenshot here)
for example: the App nRF will tell you if you can connect to those modules.
2. Run the B4i example (it read data automatically, you don't have to do anything) - post the logs
Thank you very much for your involvement @f0raster0, but I may have phrased my question somewhat incorrectly.
I don't need any nRF App. I need guidance - with a code example, on HOW to make an app that can communicate between iPhone and some MIDI device using B4i software. Specifically - what is the code/syntax/answer for:
how to read MIDI CC/SysEx from MIDI device?
how to send MIDI CC/SysEx to MIDI device?
is there a MIDI library for the B4i that I can use?
I have seen @stevel05 made MIDI-stuff (see Android forum here) by using B4a, but I have to do it with B4i...
You refer to a B4i example... (I don't have an example of my own yet...) Do you have a link to any B4i example? Or mayby @Erel have? - or anyone else?