wasm-synth icon indicating copy to clipboard operation
wasm-synth copied to clipboard

Add support for Ableton Link

Open TimDaub opened this issue 5 years ago • 0 comments

https://github.com/Ableton/link

In some browsers, addons can create UDP sockets. There's some resources that have reversed the link protocol, so it shouldn't be too difficult to add a "Link" button to WASM synth: https://github.com/westhom/AbletonLinkProtocol

Another option could trying to include the link library directly in WASM somehow. But that'd only work for environments where UDP sockets are natively supported (not browsers)

TimDaub avatar May 09 '20 21:05 TimDaub