Ableton Link installation

Hello,
Wis Ableton Link installed together with Tidal Cycles?
Or how does it work? Do I need just the header files? I can't really understand.
Thanks for the help.
D

Hi @lucretiomsp

Yes if you installed tidalcycles, it will already have ableton link support enabled. It's switched on by default, so you don't need to do anything to sync with something else on the same network, it just happens.

Thanks for the reply. I was asking that because for our Pharo port it will probably the best thing to make FFI to Ableton Link to have a tight clock and tick. So I was wondering if I can just copy the header file into the Pharo image or if I have to compile Ableton Link to be able to do FFI calls

Header file will not be enough in a port. Link is a compiled library. Please check Tidal/tidal-link at main · tidalcycles/Tidal · GitHub to understand how we create an API to bridge Haskell and C++.

In case it's useful, tidal vortex (python port) also does scheduling based on link:
GitHub - tidalcycles/vortex: Experiments in porting tidal to python