link

Ableton Link

OTHER License

Stars
1.1K

Bot releases are hidden (Show)

link - Link 3.1.2

Published by fgo-ableton 4 months ago

  • Fix a race condition that could lead to crashes during destruction
  • Ensure that enabling Link is lock free
link - Link 3.1.1 Latest Release

Published by fgo-ableton 9 months ago

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

Published by fgo-ableton about 1 year ago

  • 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 - Link 3.0.6

Published by cdi-ableton almost 2 years ago

  • 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 - Link 3.0.5

Published by fgo-ableton over 2 years ago

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

Published by fgo-ableton over 2 years ago

  • 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 - Link 3.0.3

Published by fgo-ableton almost 4 years ago

  • 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 - Link 3.0.2

Published by fgo-ableton over 6 years ago

Minor CI updates

link - Link 3.0.1

Published by fgo-ableton over 6 years ago

Fixed an issue where SessionState changes committed with Link::commitAppSessionState(...) would not propagate to Link::captureAudioSessionState(...).

link - Link 3.0.0

Published by fgo-ableton over 6 years ago

Start Stop Sync allows one to share start and stop commands between Link peers that have the feature enabled.
This version is backwards compatible with previous versions of Link.
Please refer to updated documentation for more details.

link - Pre-release of Link Version 3.0 adding Start Stop Sync

Published by fgo-ableton almost 7 years ago

Start Stop Sync allows one to share start and stop commands between Link peers that have the feature enabled.
This version is backwards compatible with previous versions of Link.
Please refer to the documentation in Link.hpp for more details.