Angus Gratton
Angus Gratton
This is really neat, thanks. I'd totally forgotten about this project! Two quick questions: - When you say in the commit message that Gemma & Robot are broken, do you...
Thanks A! It's a good suggestion. I'm actually thinking about ways to rewrite digitalIOPerformance, I'm not sure the approach is sustainable and it'll need tweaking for Arduino 1.5 as well....
Hi Paul, I'm glad you like the library, but I'm afraid I don't think that could possibly be right... this library only supports AVRs. On any other platform it just...
I don't know, sorry. It looks like maybe there is some corruption in the serial data stream from the Arduino, some data is being lost somehow...? Can you post an...
Thanks for submitting this PR. I'd been meaning to do the Qt 5 update for a while. What platforms have you tested this on? I've held off on adding 31250bps...
Hi @randohinn, I have @dholth's changes for Qt5 in a branch here with some other fixes and work to build new binaries for all platforms using Travis: https://github.com/projectgus/hairless-midiserial/commits/travis but... I...
Seems like a reasonable TODO list. Please let me know how you get on with this. Please remember that an updated Hairless will need testing on the other supported platforms...
@talaviram are the code changes you made available anywhere? > I works as expected. only thing I'm trying to figure out is why QSettings is in compatible. > They both...
Compilation was native, I never got cross-compiling for macOS to work correctly. This is possibly a bug in the version of Qt that the last build was linked with. Which...
It looks like qextserialport changed the integer value of these enums in https://github.com/qextserialport/qextserialport/commit/2cadf8cece00af6a625400c69498c564f8472035#diff-a4a619676ba7e97cc59e03ec3e8be26dL74 The version of qextserialport in the v0.4 build likely predates this change. I don't mind if hairless-midiserial...