3DMIN / MeTA

a performance framework for SuperCollider
0 stars 0 forks source link
supercollider supercollider-quark

MeTA

as of 17.07.2016, Till Bovermann (v. 0.1.0) [ TAI-studio | 3DMIN | Modality]

MeTA is a performance framework for SuperCollider. It consists of a guideline (this), a structured directory (directory: "proto") and a set of classes (directory "classes").

Install

The MeTAInstall class provides tools to install a structured directory in which you can set up your performance environment.

MeTAInstall.make(basePath: "/your/path", projectName: "projectName")

MeTA requires you to install the directory "classes" to the SuperCollider extensions folder. If you installed it via the Quarks system, this should already be the case.

File system structure

Foldernames and filenames may have an initial number that informs about their intended order of execution. If folders (or files within folders) have the same number, their execution does not rely on each other. Common features such as directory and file access/evaluation are implemented in the MeTA class. See its Documentation for details.

Other directories

Acknowledgements

Alberto de Campo and Hannes Hoelzl provided an initial "structured directory" and many of the configuration files and routines, as well as lots of valuable ideas. Dominik Hildebrand Marques Lopes and Amelie Hinrichsen did lots of testing and suggesting.

3DMIN -- MeTA was initiated within 3DMIN, a project funded by Einsteinstiftung Berlin. Modality -- controller access in SuperCollider made easy by nice people!