LinkUGen icon indicating copy to clipboard operation
LinkUGen copied to clipboard

Ableton Link compatiable UGen for SuperCollider.

Results 7 LinkUGen issues
Sort by recently updated
recently updated
newest added

For some reason, I got the following error message when trying to compile this UGen: ``` /Users/username/Desktop/Ableton Link/link/include/ableton/platforms/asio/AsioWrapper.hpp:78:10: fatal error: 'asio.hpp' file not found #include ^~~~~~~~~~ 1 error generated. make[2]:...

It's the first time I try to install an extension for SC. I've donwloaded the [binaries](https://github.com/byulparan/LinkUGen/releases/tag/v1.0) but, except for Linux, all the other folders contain .scx libraries which, if I'm...

I am not able to connect to a local (same machine) Ableton Live 10 instance. Link is enabled in Ableton Live. When I run the following in Supercollider after installing...

Hi there. I'm trying to build LinkUGen again, since I lost the one I had. But I'm getting some of this error: ``` clang: error: no such file or directory:...

should supernova just work, or would it require a special/different build?

Hi I would like to ask you to add documentation about what the methods actually do. This is so a great UGen to leave it undocumented like it is right...

Hi, thanks for sharing this project. Unfortunately I can't get it to compile on Linux with clang++. For some reason it does not recognize ```std::condition_variable```, which might mean that it's...