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

Re: [sc-users] Selekt from a MultiChannel



Sorry, didn't know about trace. Here is what it's telling:

TRACE 1000  selTest    #units: 4
  unit 0 LFSaw
    in  1 0
    out -0.365333
  unit 1 BinaryOpUGen
    in  -0.365333 1
    out 0.634667
  unit 2 DC
    in  0 1
    out 0 6.0834e-34
  unit 3 Select
    in  0.634667 0 6.0834e-34
    out 0


--- James Harkins <jamshark70@xxxxxxxxx> schrieb am Do, 18.6.2009:

> Von: James Harkins <jamshark70@xxxxxxxxx>
> Betreff: Re: [sc-users] Selekt from a MultiChannel
> An: sc-users@xxxxxxxxxxxxxxxx
> Datum: Donnerstag, 18. Juni 2009, 23:28
> 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/
> 




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