Results 18 comments of Tal Aviram

I don't mind getting this / implementing. Hope it didn't read to harsh as this was written in friendly collaborative manner. Only considerations / questions - * Should I fork...

Hi, I didn't want to fork project just for that. - I've used the QT5 pull-request and only made minor changes to use macOS SDK 10.13 (so it won't complain...

> are the code changes you made available anywhere? Only code changes I've made is: - applied #31 pull request (Merge branch 'master' of https://github.com/dholth/hairless-midiserial) - patched to remove MIDI...

@projectgus - Ok, I think I've found the reason for preferences "broken". IIUC you compiled the Mac build as cross-compilation? The values "broken" are just enums set to their linear...

You can compare for youself... I've already provided 2 files I've used for diffing. https://github.com/projectgus/hairless-midiserial/issues/51#issuecomment-429227186 Anything with enum from `qextserialport.h` (BaudRateType, etc...) will produce it's enum location. I also notice...

It keeps the invalid value so 115200 is set to 19. It won't crash, hairless just won't work until you restore defaults or set proper values.

The build above works. I didn't do much. But if I remember I've used QT5 which requires some changes included here: https://github.com/projectgus/hairless-midiserial/pull/31 Sadly I wasn't able to find time and...

> unfortunately I was not able to install your hairless 64bit Sadly I've never checked it on other machines. it turns out QT builds are not static. I've been wasting...

Here is a static hairless. I've verified with otool and tested it on my Mojave machine with no Qt installed. Keep in-mind that it WILL warn you this isn't signed...

I don't use hairless those days or looked into the code at all. But I do know Apple changed midi API and broke older API... At least on iOS but...