On 2015-04-16 11:32, i go bananas wrote:
oscillators are expensive in CPU usage, compared to control signals.
you might want to rethink that statement.
the sole purpose of ~-objects (e.g. oscillators) is to *save* CPU-cycles. e.g. an [osc~] object will have both the phase-increment built-in and optimized, and use a lookup table to calculate the cosine (which is magnitudes faster than calculating the cosine as in [cos].
fgmasdr IOhannes