Ableton Link for mod-host

Hi,
I’m not have full Zynthian device currently, I’m just usgin a using a Raspberry Pi 3 B+, USB audio device and a HDMI Display. I’ve been using zynthian_gorgona_omega_rbpi3_kitv1-2018-04-03 image an it work pretty well with this setup.

I’ve been trying to compile mod-host with Ableton Link support but seems like something related to c++ compiler is broken.
I’m able to compile mod-host and the required library to enable Link but the executable crashes at start.

I was able to make this work in Raspbian Strech, so I’m not sure if it something related to Jessy or Zynthian image.

The code that I’m using is:



Also, I’ve tryied to compile a pure data library to add Ableton Link support to pure data patches with the same results.


(I didn’t tried this one in raspbian strech yet)

Last test that I want to do is to compile and test everything in a Raspbian Jessy to determine if the cause of the problem is there.

Is there any known issue related with g++ compiler in Jessy or Zynthian images?

1 Like

I was able to make it work, the problem was a CFLAG.
If someone is interested in make this work just let me know and I can share the recipes to install it.

1 Like

Here is the recipes to enable Ableton Link in mod-host / mod-ui:
install_hylia.sh (675 Bytes)

And here is the pd extra to enable Ableton Link in pure data patches.
install_pd_extra_abl_link.sh (319 Bytes)

Enjoy!!

2 Likes