korginc / logue-sdk

This repository contains all the files and tools needed to build custom oscillators and effects for the prologue synthesizer.
BSD 3-Clause "New" or "Revised" License
801 stars 297 forks source link

Provide ARM Linux binary for logue-cli #51

Open xmacex opened 3 years ago

xmacex commented 3 years ago

Please consider providing the cli-logue command for ARM architecture. What i mostly have in mind are Raspberry Pi users.

The cli-logue command is available to a number of platforms including x86 based GNU/Linux, but not ARM. I would like ARM to be one of the alternatives for get_logue_cli_*.sh in tools/logue-cli, or for the Linux downloader to get a binary which runs on ARM.

I've tried to implement some of the features, most notably probing installed custom oscillators and effects, in custom tools but have not yet succeeded. Anything I would be able to make would however not have from the great visibility to other users as this central repo with Korg.

This would help integrate these great Korg devices with RasPi based setups involving e.g. monome norns, SonicPi or other RasPi-based devices serving as computing nodes.

znmeb commented 3 years ago

Ditto for NVIDIA Jetsons - arm64 / aarch64 with GPUs! I have three of them and an NTS-1; I could probably test this out or even do the builds. It would be relatively straightforward to do with Github Actions using multi-arch Docker builds.