Skip to content

Releases: Ableton/link

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().

Link 3.0.6

09 Jan 10:26

Choose a tag to compare

  • Ensure C++20 Compatibility
  • Updated build system:
    • Conditionally link against atomic and pthread so clients don't have to do this manually
    • Fixed Visual Studio 2022 Version 17.4 Builds

Link 3.0.5

30 Mar 09:18

Choose a tag to compare

  • Add a flag to explicitly enable setting thread descriptions on Windows to prevent linking a Windows 10 API when targeting older Windows versions

Link 3.0.4

23 Mar 13:58

Choose a tag to compare

  • New threading model using less threads
  • Thread names on Windows, Linux and Apple platforms
  • Performance improvements
  • Plain C API wrapper
  • A bunch of minor bug fixes

Link 3.0.3

15 Dec 09:27

Choose a tag to compare

  • Fixed an issue that could lead to memory corruption during deallocation
  • Fixed a bug that would lead to incorrect times for SessionState::timeForIsPlaying()
  • Allow injecting a custom clock into Link
  • Removed Qt-examples - please use the CLI applications for testing

Link 3.0.2

29 May 11:01

Choose a tag to compare

Minor CI updates