StephenRoddy / mi-UGens

some mutable instruments eurorack modules ported to SuperCollider

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mi-UGens

Some mutable instruments eurorack modules ported to SuperCollider

Thanks to Émilie Gillet for making the original source code available! https://github.com/pichenettes/eurorack

Please note, this is NOT a project by mutable instruments !

Volker Böhm, 2020 https://vboehm.net

Installing

Go to the release page , download the appropriate binaries for your OS and unpack the files into your SC extensions folder. (Re-)start SuperCollider or recompile the class library.

Building

Clone the repository and its submodules:

git clone --recurse-submodules https://github.com/v7b1/mi-UGens.git

Use the included build.sh script. It takes the SuperCollider source code as its first argument.

cd mi-UGens
./build.sh PATH/TO/SC/SOURCE/CODE

On Windows, use the Git Bash terminal to run the above lines.

Find the newly created mi-UGens folder in the build folder and copy it to your SC extensions folder.

About

some mutable instruments eurorack modules ported to SuperCollider


Languages

Language:C++ 98.7%Language:C 0.6%Language:CMake 0.3%Language:Python 0.2%Language:Makefile 0.1%Language:SuperCollider 0.1%Language:Shell 0.0%