projectgus / hairless-midiserial

Lightweight cross-platform GUI-based MIDI/Serial bridge
https://projectgus.github.io/hairless-midiserial
Other
213 stars 72 forks source link

Doesn't work on macOS Catalina v10.15.2 #58

Open kemalicecek opened 4 years ago

kemalicecek commented 4 years ago

I believe it is 32-bit issue, it is saying

“hairless-midiserial” needs to be updated. The developer of this app needs to update it to work with this version of macOS. Contact the developer for more information.

and does not work.

ghost commented 4 years ago

Inkscape has the same problem, they recommend using a development or beta build - @projectgus may need to make a new build to download.

rithwikmakesthings commented 4 years ago

@projectgus would you be able to rebuild this as a 64 bit application? I'm unsure of how that would work, but am happy to help out in anyway required!

kemalicecek commented 4 years ago

I build it but not exactly working, it is crushing after few seconds.

raspy135 commented 4 years ago

It's not a fix but I made simple Python script for OS X Catalina. https://github.com/raspy135/serialmidi It's just one day coding, probably it needs more testing though.

juliogriebeler commented 4 years ago

I forked the project and updated the code to the last version of QT, and have recompiled it as a 64 bit mac os application, so you can download it and run. A problem that happended to me, it breaks when i tried to select "Serial Port" or Midi (In/Out) and was no one available in the machine. In mac i'm using the "Audio Midi Setup" option to create a virtual one. You can download on my GitHub under @juliogriebeler and if you have some problem running or downoading, please keep in touch. https://github.com/juliogriebeler/hairless-midiserial/blob/master/macos_64

If i am doing something wrong updating this code, please contact me and i will remove it.

darrengit commented 4 years ago

I built a new version for Catalina too: https://github.com/projectgus/hairless-midiserial/issues/51#issuecomment-613583025