[sc-users] wavetables fill
James Harkins
jamshark70 at gmail.com
Wed Oct 3 15:49:50 PDT 2007
You shouldn't .fork inside the .fill() call.
hjh
On 10/3/07, Andre Castro <andre_castro83 at hotmail.com> wrote:
> //only use one of collumns' [7] values as wavetable sample values
> {512.do{arg i;f[i].at([7]).postln;}}.fork //test
>
> s=Signal.newClear(512).fill({512.do{arg i;f[i].at([7]).postln;}}.fork);
> s.plot; //Message 'plot' not understood.
>
> s=Signal({512.do{arg i;f[i].at([7]).postln;}}.fork);
> s.asWavetable.plot //Message 'asWavetable' not understood
--
James Harkins /// dewdrop world
jamshark70 at dewdrop-world.net
http://www.dewdrop-world.net
"Come said the Muse,
Sing me a song no poet has yet chanted,
Sing me the universal." -- Whitman
More information about the sc-users
mailing list