i trying connect bluetooth low energy enabled midi hardware wirelessly send data windows pc , detect midi device in windows. currently, device able pair windows 10 laptop , able read incoming data off of it.
the same hardware configured , working fine wireless midi device on mac , ios devices(which natively supports midi on bluetooth). trying feature implemented on windows(which doesn't support midi on bluetooth, although promised in windows 10).
the device, when paired, showing in 'bluetooth devices' section in device manager, trying make device showing midi device in 'sound, video , game controllers' section. help/resources can provide me crack problem highly appreciated.
following current thought process implement this.
- pair device , read data off of it. (already implemented)
- create virtual midi port. (don't know how implement this, checking out rtpmidi)
- send midi data read ble device virtual midi port. (still don't know how implement this)
any suggestions/comments on above thought process absolutely new windows driver development.
Comments
Post a Comment