MidiHub Editor on Organelle os?

I’m just curious, since I’ve seen there’s a RasperryPI version of the MidiHub Editor, did anyone tried to built it or maybe something already exist, on the Organelle OS?

Thx.

Hey, you could just try the ARM AppImage, it might just work, as the Linux AppImages bundle most of the dependencies inside, so they work on as many Linux distributions as possible. :slight_smile:

After downloading, you should just do chmod +x MidihubEditor_..._.AppImage, and then execute the file.

Let us know how it goes!

@Giedrius Sorry to bother you but do you know if anyone ever got this to work? I get a “fuse failed to exec fusermount” message every time i try to run the latest raspberry pi appinage on my Organelle M (latest firmware).

This seems like a permission / configuration / software problem.

It requires ‘fuse3’ to be installed and properly configured. I’m not sure how to do that on Organelle M.

The idea behind an .AppImage is that it has all the necessary system dependencies within its own bundled data. The only requirement is that the OS must be capable to mount a squashfs filesystem as a regular user, so it can then ask the OS to run the bundled program.