soundscrape

A programmatic framework for modular synthesis:
Scheme in the front, C in the back!
< | ^ | > | :>

Overview

Soundscrape already has mix, which generates the unit generators necessary to mix together a set of inputs. mixer, defined in this module, is a generator that makes it easy to dynamically add new inputs for mixing. There is no mixer object per se; only a collection of generators made by the + operator.

Usage

mixer rate . args
[Function]

[undocumented]

< | ^ | > | :>