All Projects → byulparan → LinkUGen

byulparan / LinkUGen

Licence: other
Ableton Link compatiable UGen for SuperCollider.

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects
SuperCollider
123 projects

LinkUGen

Ableton Link compatible UGen for SuperCollider.

live coding demo: https://youtu.be/A_4OC4C7Ptk

AuthorList

ParkSungmin [email protected]
Benjamin Golinvaux [email protected]

Download pre-built binaries

It include MacOS / Linux(Ubuntu AMD64) / Windows_x86/x64.

Build Required:

LinkUGen has some dependencies. You need to download (or clone) the SuperCollider3 and Link sources:

Build Instruction:

    $ cd "/path/to/LinkUGen"
    $ export SC3_SRC="/PATH/TO/SuperColliderSourceDirectory"
    $ export LINK_SRC="/PATH/TO/LinkSourceDirectory"
    $ export CXX="if not on OSX, set your C++ compiler. I recommend clang++ higher than 3.6. I failed to build it with g++ in Linux"
    $ cmake .
    $ make

after building, you should be move "LinkUGen(include Classes, 'Link.scx' or 'Link.so')" to the SuperCollider Extension directory.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].