[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-dev] Towards SC 4
On Tue, Nov 12, 2013 at 8:09 PM, Victor Bombi <sonoro@xxxxxxxxxxxxxx> wrote:
> +1 to have feedback loops 1 sample length to be able to code anything from
> the synthdef
>
> but I guess that it would be much less efficient than 64 samples
Yes, that's why it would be optional and local. Either per synthdef,
per synth instance, or better yet: for part of the ugen graph.
// per synthdef
SynthDef(\foo, {
...
}, blockSize:1).add;
// per synth
Synth(\bar, blockSize:1);
// part of graph (my fav)
SynthDef(\zoo) {
...
WithBlockSize(1) {
...
};
...
}.add;
--
/Jonatan
http://kymatica.com
_______________________________________________
sc-dev mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-dev/
search: https://listarc.bham.ac.uk/lists/sc-dev/search/