Giter Site home page Giter Site logo

v7b1 / mi-ugens Goto Github PK

View Code? Open in Web Editor NEW
173.0 12.0 19.0 6.01 MB

some mutable instruments eurorack modules ported to SuperCollider

CMake 0.36% C++ 98.64% Python 0.16% C 0.59% SuperCollider 0.10% Makefile 0.15%
mutable-instruments supercollider supercollider-ugens

mi-ugens's Introduction

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

To build all projects/UGens in one go:

cd mi-UGens
mkdir build && cd build
cmake .. -DSC_PATH="path/to/SC/sources" -DCMAKE_BUILD_TYPE="Release"
make install

where "path/to/SC/sources" is your local path to the SuperCollider sources.

You should find a newly created folder mi-UGens in the build folder. (If you prefer a different location, you can specify an install directory with -DCMAKE_INSTALL_PREFIX="path/to/my/folder"). Copy this to your SC extensions folder and recompile the class library.

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

Single projects can be built by:

cd vb_UGens/projects/<whateverproject>
mkdir build && cd build
cmake .. -DSC_PATH="path/to/SC/sources" -DCMAKE_BUILD_TYPE="Release"
make

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.