lichen-community-systems / Flocking

Flocking - Creative audio synthesis for the Web
GNU General Public License v2.0
698 stars 60 forks source link

Provide a means to scale the signals output by flock.ugen.out #164

Closed colinbdclark closed 8 years ago

colinbdclark commented 8 years ago

Currently, flock.ugen.out appears as if it supports the near-ubiquitous mul and add inputs. However, in practice, its implementation did nothing.

We should add support for scaling the signals it outputs to each bus. This will require breaking out some closure-bound logic in flock.onMulAddInputChanged().