[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] Selekt from a MultiChannel



Poll tells you a little bit about the synth's state, over time.
Tracing gives you a snapshot of *everything* the synth is doing at a
given moment.

Could you .trace your synth and post the output?
hjh

2009/6/18 Björn Lindig <kebjoern@xxxxxxxx>:
>
> Hi,
>
> I was woundering if the following would work:
>
> SynthDef( \selTest, {
>        Select.kr( LFSaw.kr( 1.0, 0.0, 1, 1 ), DC.kr([ 0.0, 1.0 ])).poll( 2 )
> }).send( s );
> x = Synth( \selTest );
>
> Unfortunately I receive a strange output:
>
> Synth("selTest" : 1008)
> UGen(Select): -6.05385e-09
> UGen(Select): 0
> UGen(Select): -6.05385e-09
> UGen(Select): 0
> UGen(Select): -6.05385e-09
> UGen(Select): 0
> UGen(Select): -6.05385e-09
> UGen(Select): 0
>
> IMO it would be nice if I could use Multichannels Expansion in this case, as it would allow me to automate the filling of the Array. Something like
>
> Selekt.kr( LFSaw.kr( 1.0, 0, 12, 12 ), DC.kr( Array.fill( 24, {|i| i / ( i - 1 )})));
>
> Does this make any sense?


-- 
James Harkins /// dewdrop world
jamshark70@xxxxxxxxxxxxxxxxx
http://www.dewdrop-world.net

"Come said the Muse,
Sing me a song no poet has yet chanted,
Sing me the universal."  -- Whitman

_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/