• Stars
    star
    176
  • Rank 216,987 (Top 5 %)
  • Language
    C++
  • Created over 4 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

some mutable instruments eurorack modules ported to SuperCollider

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.