Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/dathinaios/CuePlayer

A tool for composing and performing real-time and mixed electronic works using SuperCollider.
https://github.com/dathinaios/CuePlayer

Last synced: about 1 month ago
JSON representation

A tool for composing and performing real-time and mixed electronic works using SuperCollider.

Lists

README

        

# CuePlayer CuePlayer


cactus

A tool for composing and performing real-time and mixed electronic works using the SuperCollider language. It helps a composer to organise processes and musical material in bundles (cues) and execute them when needed during the course of a piece. It is particularly applicable to musical works incorporating real-time electronics and acoustic instruments; it may also be handy in any scenario where the composer wishes to organise, schedule and trigger bundles of processes.

Here’s a [link to a preview of the tutorial](https://www.fasmatwist.com/opensource-fasma/CuePlayer%20Tutorial.html) & [a quick look video](https://www.youtube.com/watch?v=Ai874uWKeFE) demonstrating its most basic functionality. You can also download a [conference paper](https://hal.archives-ouvertes.fr/hal-03625074v1) discussing the use of CuePlayer for composition of mixed electronic works.

Install it as a quark from within SuperCollider, via:

Quarks.install("CuePlayer");

or download it from [GitHub](https://github.com/dathinaios/CuePlayer/releases/latest), unzip & and place the folder in:

~/Library/Application Support/SuperCollider/Extensions/
---
###### Copyright © 2016, Orestis Karamanlis | Dionysis AthinaiosThis program is free software; you can redistribute it and/or modify it under the terms of the [GNU General Public License](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html).