Morten Boye Mortensen
Morten Boye Mortensen
I had the same issue and ended up forking https://github.com/Im-Kevin/cool_ui which intercepts the platform messages that would trigger a native keyboard. Its not a perfect solution though, as you can...
@Taha-Firoz I mostly removed stuff I didn't need, as I was only interested in the keyboard. To get it to work I basically just followed the example setup, register the...
Thanks @katyo for sharing that discovery. Setting the config after opening the port, solve my issue also. Great!
I see how this change solves the specific issue you had with the nanoKey, however I'm wondering how connecting to bonded devices will be used in the general case. Bonded...
Chances, Yes. Intentions, Yes. Current plans, unfortunately not. I don’t expect it to be a big challenge to implement, but haven’t had the need or the time to do it...
Hi Moshe, thank you for your observations. I agree with all of it. Ports should be handled, not only devices, and it is something I'm planning to add, but haven't...
> BTW, I have implemented the web version using an almost identical Dart API as yours. I have not implemented it as a standard flutter plugin but it works fine....
Working on it
@moshikosh have a look at the "ports" branch. It is a further development of the timestamp branch, which now lists and supports multiple entities and ports on every midi device....
The location permissions are required on Android to connect to Bluetooth (MIDI) devices.