Morten Boye Mortensen

Results 45 comments of Morten Boye Mortensen

Would https://api.flutter.dev/flutter/dart-ffi/NativeCallable/NativeCallable.listener.html help with any of this? @yanshouwang [here](https://stackoverflow.com/questions/71305933/how-can-i-use-setwindowshookex-with-ffi-in-flutter) you mention something about creating a message-only window in dart. Can you share more details about that?

> > Would https://api.flutter.dev/flutter/dart-ffi/NativeCallable/NativeCallable.listener.html help with any of this? > > @yanshouwang [here](https://stackoverflow.com/questions/71305933/how-can-i-use-setwindowshookex-with-ffi-in-flutter) you mention something about creating a message-only window in dart. Can you share more details about that?...

Hi @intonarumori, thank you for your suggestion. I can see a MIDI message parser being useful, so if you are up for it, your contribution is very welcome. In terms...

Thank you for diving into this issue. Splitting large arrays of data into smaller ones should not be a big challenge. However, I am a little confused as to why...

I think there are a few things to consider here. First thing is that NRPN can be sent either as Running Status CC's or individual CC's. In the case of...

You are right about the value LSB being off. Thanks. I just did some testing with some other equipment (I dont have a Rev2) and monitored some midi logs, and...

Hi @ragtimekeys, thanks for reporting this issue. What device and Android version are you testing on? I do see some issues on my side with a Pixel 6a and Android...

Hi @ragtimekeys, if you are still having issues you can try to run with this branch: https://github.com/InvisibleWrench/FlutterMidiCommand/tree/selfcontained-ble-midi It handles BLE devices without android.media.midi, which is much more robust in my...

I've tried a new approach (compared to the one described above), using the new TextInputControl features: https://github.com/flutter/flutter/pull/76072 https://api.flutter.dev/flutter/services/TextInputControl-mixin.html These APIs makes it much easier to implement a virtual keyboard. And...

@geeetarguy Thanks for the details and debugging. First I think, what you are describing is a different issue than the one this thread describes, so might be better to create...