Skip to content

Releases: Ableton/link

Link 4.0.0 beta 4

14 Apr 10:12

Choose a tag to compare

PRE-RELEASE

  • Fix an issue where long peer names would lead to an uncaught exception. Ableton/LinkKit#75

Link 4.0.0 beta 3

01 Apr 10:25

Choose a tag to compare

PRE-RELEASE

  • Fix an issue where peers that only have sources would never receive audio buffers
  • Add support for Link Audio to the abl_link C API

Link 4.0.0 beta 2

06 Mar 10:36

Choose a tag to compare

PRE-RELEASE

  • Make discovery work across subnets
  • Make ESP example compatible with ESP-IDF 6.0 @docwilco

Link 4.0.0 beta 1

10 Feb 11:08

Choose a tag to compare

PRE-RELEASE

  • Require C++ 17
  • Add Link Audio. Documentation can be found in the README and LinkAudio.hpp. The concepts are documented here.
  • Add LinkAudioHut example app

Link 3.1.5

03 Dec 10:43

Choose a tag to compare

Link 3.1.4

20 Oct 09:49

Choose a tag to compare

  • Update asio standalone to version 1.36.0
  • Fix a rare crash during initialization

Link 3.1.3

20 May 07:58

Choose a tag to compare

  • Update asio standalone to version 1.30.2
  • Add support for CPM
  • Update the minimum CMake version to 3.10
  • Update Catch to version 2.13.10

Link 3.1.2

03 Jul 08:36

Choose a tag to compare

  • Fix a race condition that could lead to crashes during destruction
  • Ensure that enabling Link is lock free

Link 3.1.1

02 Feb 13:58

Choose a tag to compare

  • Fix an issue where Windows peers would not send IPv6 messages to the right endpoint

Link 3.1.0

20 Sep 08:22

Choose a tag to compare

  • Added support for IPv6: Use IPv6 if an interface does not have an active IPv4 connection.
  • Updated asio to version 1.28.0.
  • Patched the namespace of asio to avoid symbol clashes when using multiple versions of asio
    in the same binary.
  • Fixed a quantization issue that could lead to missing notes after requestBeatAtTime() and
    forceBeatAtTime().