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

[sc-users] Selekt from a MultiChannel



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?

Sincerely, Bjoern




_______________________________________________
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/