How to avoid "exception in GraphDef_Load: exceeded number of interconnect buffers." How to make certain sliders of MultiSlider 'read-only'?

Easy solution: increase the number of wire buffers.

Perhaps more interesting solution: A new approach to SynthDef control input syntax

You’ve stumbled into a problem with NamedControl style inputs in this type of additive synthesis. It’s difficult to explain briefly, though. The “interesting” solution consolidates the control-input arrays into a single Control object, and this optimizes the UGen sorting order to use fewer wire buffers.

hjh

3 Likes