[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-users] Selekt from a MultiChannel
- To: sc-users@xxxxxxxxxxxxxxxx
- Subject: Re: [sc-users] Selekt from a MultiChannel
- From: James Harkins <jamshark70@xxxxxxxxx>
- Date: Thu, 18 Jun 2009 17:28:27 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=nXPr3M9l5bqMoSiknKJ8h165caA0+KvDVz6AQ8XO7lo=; b=iXabVCpSqZNKIhCVY6EO9sqJHrQeDxWG+2b8MS1KE6UyfW0gxz4FHywY6dNgZJlzfo m/NvgNz+tJipRvH+GPD66DG8OYGrNG52rTP+lf9mzMivqhOQ1aMo619CCtPGFHgIQM6r eD5BZIfl8n0a/WCmZ5Z5w3yk93k5/JSDrOn2s=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type:content-transfer-encoding; b=kKxoI+ihjvRblWBRDPzAo6qnL5Ty1EVyiGJVc7h1kukovqpsRkOngKAel7gMRvCtnf AqSskAnTxmCH9aCFg5WtY9/ZtYS2dB8JWonzkMMfn6PXfu19qwUaIjc13HeukbUZ/H81 URbMOmbt7kX8i9VBkPzzODdmO2uDTKzTaO9Ko=
- In-reply-to: <438658.41111.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- List-id: SuperCollider users mailing list <sc-users.create.ucsb.edu>
- References: <438658.41111.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Reply-to: sc-users@xxxxxxxxxxxxxxxx
- Sender: owner-sc-users@xxxxxxxxxxxxxxxx
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/