oscbnk ?
http://www.csounds.com/manual/html/oscbnk.html
> Hi
>
> I'm playing with stacking a bunch of sines with random frequencies
> through blue.
>
> Currently I'm using a single dumb instrument that plays one sine at a
> frequency send through a p-field. However when stacking hundreds sines,
> this of course is very taxing on the cpu.
>
> What would be a better (that is more effecient) way of going about this?
> Since the frequencies are being generated by blue/python I guess I
> cannot use the GEN opcodes or even tables at all.
>
> Hope it's clear what I'm trying to achieve and that someone could point
> me in the right direction.