kosua20 / MIDIVisualizer

A small MIDI visualizer tool, using OpenGL
MIT License
1.02k stars 136 forks source link

Any chance of a Macos ARM version? #145

Closed lcalder closed 11 months ago

lcalder commented 1 year ago

This program is wonderful. I do see a bit of a performance hit when it is running. I wonder how much more efficiently it would run if there were a native ARM version...

kosua20 commented 1 year ago

Hello! That's a good suggestion, I've done some tests to generate a universal binary for macOS with native support for both x64 and ARM versions. If you want to test it, you can find the resulting build in this side-repository: https://github.com/kosua20/MIDIVisualizer-CI-tests/releases/tag/test19 (sorry for the obscure names, this is where I usually test the automated build system to avoid messing up the main repository). As I don't have an ARM mac at hand, I have no guarantee that it will runs properly (but you should always be able to force Rosetta emulation in the .app properties).

lcalder commented 1 year ago

Wow! Thanks. I will test it and let you know.

lcalder commented 1 year ago

I tested on my M2 Pro and so far it is working fine.

kosua20 commented 1 year ago

Great, thank you for testing! I'll enable this for future releases.

lcalder commented 1 year ago

Thanks!