Morten Boye Mortensen
Morten Boye Mortensen
Thank you for reporting this. I do see an issue with the NRPN message implementation. Will fix shortly
HI @electricmonk try the latest v0.4.10, i believe it works as intended
Can you provide some more information? What data are you sending? If you connect to something that can log the midi data (could be your Mac), what data is being...
@electricmonk perhaps you can give this commit a try https://github.com/InvisibleWrench/FlutterMidiCommand/commit/f874421419c474a0570ee0f5b8c5355abf54b402 I changed the NRPN message from sending bytes as Running Status to individual CC messages instead. Maybe that makes a...
I'm surprised to learn that a Sequential synth doesn't understand NRPN without the optional value LSB byte. After all Sequential was founded by Dave Smith who also had a leading...
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, for testing you could try the https://github.com/InvisibleWrench/FlutterMidiCommand/tree/selfcontained-ble-midi branch. In that branch BLE is not handled by media.midi, but by the [BLESSED](https://github.com/weliem/blessed-android) library and MIDI parsing is handled directly by...
Ah sorry, I did not realize that. Please disregard my previous comment. Not sure what the underlying issue is.